Sha256: 6ead1fa211748d92e276bd85de0b581123c6b397b59811bcd200013f176119b8
Contents?: true
Size: 521 Bytes
Versions: 37
Compression:
Stored size: 521 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.reportname report.name_seo 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
37 entries across 37 versions & 1 rubygems