Sha256: 0aa94292f7313975e51f7d551f6a35274859cacefead6bcbb96ed7990f4f0005
Contents?: true
Size: 519 Bytes
Versions: 111
Compression:
Stored size: 519 Bytes
Contents
# # ishapi / reports / _index # json.n_reports reports.count json.reports do json.array! reports do |report| # json.id report.id.to_s json.created_at report.created_at json.name report.name json.slug report.slug json.description report.descr if report.photo json.photo do json.thumb_url report.photo.photo.url :thumb json.small_url report.photo.photo.url :small json.large_url report.photo.photo.url :large end end end end
Version data entries
111 entries across 111 versions & 1 rubygems