forgeplus/app/views/watchers/index.json.jbuilder

5 lines
116 B
Plaintext
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
json.total_count @watchers.size
json.watchers do
json.partial! 'watcher', collection: @watchers, as: :watcher
end