Sha256: 95a254a77dfc1febca219a5b7c7aa366430adeee01c12056903b77f0fcc1c3f8

Contents?: true

Size: 311 Bytes

Versions: 51

Compression:

Stored size: 311 Bytes

Contents

#
# ishapi / venues / _index
#

json.n_venues venues.count
json.venues do
  json.array! venues do |venue|
    json.id          venue.id.to_s
    json.name        venue.name
    json.name_seo    venue.name_seo
    json.description venue.descr
    json.x           venue.x
    json.y           venue.y
  end
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
ishapi-0.1.8.67 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.66 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.65 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.64 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.63 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.62 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.61 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.60 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.59 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.58 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.57 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.56 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.55 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.54 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.53 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.52 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.49 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.48 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.47 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.46 app/views/ishapi/venues/_index.jbuilder