index.json.jbuilder 222 Bytes
Newer Older
ivan Lan committed
1 2 3 4 5
json.current_page @resources.current_page
json.total_pages @resources.total_pages
json.set! @resources.klass.model_name.collection do
  json.array! @resources, partial: 'shotengai/share/snapshot_simple', as: :snapshot
end