mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
7 lines
142 B
Ruby
7 lines
142 B
Ruby
json.count @count
|
|
json.videos do
|
|
json.array! @videos.each do |video|
|
|
json.partial! 'video', video: video
|
|
json.file_url nil
|
|
end
|
|
end |