Sha256: d2c93769a5a0866a264c930556115deca16ad3b7c48506d8abf16c4fc7201f20

Contents?: true

Size: 386 Bytes

Versions: 27

Compression:

Stored size: 386 Bytes

Contents

#
# ishapi / galleries / index
#

json.array! @galleries do |gallery|
  json.id          gallery.id.to_s
  json.name        gallery.name
  json.galleryname gallery.galleryname
  json.username    gallery.username
  json.cityname    gallery.city.name    if gallery.city
  json.tagname     gallery.tag.name_seo if gallery.tag
  json.venuename   gallery.venue.name   if gallery.venue
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ishapi-0.1.8.44 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.43 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.42 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.41 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.40 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.39 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.38 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.37 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.36 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.35 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.34 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.33 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.32 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.31 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.30 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.29 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.28 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.27 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.26 app/views/ishapi/galleries/index.jbuilder
ishapi-0.1.8.25 app/views/ishapi/galleries/index.jbuilder