Sha256: e3dcc7141a2bd925615cedd61f0d3f4f00cba6d56b272d863eebb9e1e83a7a73
Contents?: true
Size: 361 Bytes
Versions: 20
Compression:
Stored size: 361 Bytes
Contents
# # ishapi / reports / index.jbuilder # json.array! @reports do |report| json.created_at report.created_at json.id report.id.to_s json.name report.name json.reportname report.name_seo json.subhead report.subhead json.description report.descr if report.photo json.photo report.photo.photo.url( :thumb ) end end
Version data entries
20 entries across 20 versions & 1 rubygems