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

5 lines
116 B

json.total_count @watchers.size
json.watchers do
json.partial! 'watcher', collection: @watchers, as: :watcher
end