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