mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-08 22:14:04 +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 |