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

Version Path
ishapi-0.1.8.316 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.315 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.314 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.313 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.312 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.310 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.309 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.308 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.307 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.306 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.305 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.304 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.303 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.302 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.301 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.300 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.298 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.297 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.296 app/views/ishapi/reports/_index.jbuilder
ishapi-0.1.8.295 app/views/ishapi/reports/_index.jbuilder