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.45 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.44 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.43 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.42 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.41 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.40 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.39 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.38 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.37 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.36 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.35 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.34 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.33 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.32 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.31 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.30 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.29 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.28 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.27 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.26 app/views/ishapi/venues/_index.jbuilder