Sha256: d619e9637ac83d4ee21bcd2a7d312e2a821a0813bfc4b6662d03a41466d489ed

Contents?: true

Size: 248 Bytes

Versions: 62

Compression:

Stored size: 248 Bytes

Contents

#
# ishapi / venues / _index
#

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
ishapi-0.1.8.73 app/views/ishapi/venues/_index.jbuilder~
ishapi-0.1.8.72 app/views/ishapi/venues/_index.jbuilder~
ishapi-0.1.8.71 app/views/ishapi/venues/_index.jbuilder~
ishapi-0.1.8.70 app/views/ishapi/venues/_index.jbuilder~
ishapi-0.1.8.69 app/views/ishapi/venues/_index.jbuilder~
ishapi-0.1.8.68 app/views/ishapi/venues/_index.jbuilder~
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~