You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
5 years ago
|
json.images do
|
||
|
json.array! @images do |image|
|
||
|
json.path image.link
|
||
|
json.image_url Util::FileManage.source_disk_file_url(image)
|
||
|
end
|
||
|
end
|
||
|
|
||
|
json.shixuns do
|
||
|
json.partial! 'shixuns/shixun', locals: { shixuns: @shixuns }
|
||
|
end
|
||
|
|
||
|
json.subjects do
|
||
|
json.partial! 'subjects/subject', locals: { subjects: @subjects }
|
||
|
end
|