Sha256: 856b20f1b4e7a57ec11eecdeb81fd10638b11e2102abd147fd7cf4de86999a2f

Contents?: true

Size: 464 Bytes

Versions: 65

Compression:

Stored size: 464 Bytes

Contents

json.array! @cities do |city|
  json.id       city.id.to_s
  json.name     city.name
  # json.cityname city.cityname
  json.slug     city.cityname
  json.x        city.x
  json.y        city.y
  json.n_reports   city.reports.length
  json.n_galleries city.galleries.length
  json.n_videos    city.videos.length
  if city.profile_photo
    json.photo     city.profile_photo.photo.url( :thumb2 )
    json.thumb_img city.profile_photo.photo.url( :thumb2 )
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
ishapi-0.1.8.194 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.193 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.192 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.191 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.190 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.189 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.188 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.187 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.185 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.184 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.183 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.182 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.181 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.180 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.178 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.177 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.176 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.175 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.174 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.173 app/views/ishapi/cities/_index.jbuilder