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