Sha256: 1e818e460f19cf33b5e7498cf9ffa061a7e3e59e44c0f38a6f7b9d5c0937c956

Contents?: true

Size: 215 Bytes

Versions: 131

Compression:

Stored size: 215 Bytes

Contents

#
# ishapi / venues / show
#

key = [ @venue, params.permit! ]
json.cache! key do
  json.venue do
    json.name        @venue.name
    json.venuename   @venue.name_seo
    json.description @venue.descr
  end
end


Version data entries

131 entries across 131 versions & 1 rubygems

Version Path
ishapi-0.1.8.21 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.20 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.19 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.18 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.17 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.16 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.15 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.14 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.13 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.12 app/views/ishapi/venues/show.jbuilder
ishapi-0.1.8.11 app/views/ishapi/venues/show.jbuilder