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.25 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.24 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.23 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.22 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.21 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.20 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.19 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.18 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.17 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.16 app/views/ishapi/venues/_index.jbuilder
ishapi-0.1.8.15 app/views/ishapi/venues/_index.jbuilder