Sha256: 53910b237493b87e92c34520de88d18f2cd084befb04e97f1a860d4105a7babc

Contents?: true

Size: 250 Bytes

Versions: 45

Compression:

Stored size: 250 Bytes

Contents

json.array! @cities do |city|
  json.id       city.id.to_s
  json.name     city.name
  json.cityname city.cityname
  json.x        city.x
  json.y        city.y
  if city.profile_photo
    json.photo city.profile_photo.photo.url( :thumb )
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
ishapi-0.1.8.100 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.99 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.97 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.96 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.95 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.91 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.87 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.86 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.85 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.84 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.83 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.82 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.81 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.80 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.79 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.78 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.77 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.76 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.75 app/views/ishapi/cities/_index.jbuilder
ishapi-0.1.8.74 app/views/ishapi/cities/_index.jbuilder