Sha256: ddd884df6879ea4e47374a9ded93ade941dea1649087f770be85c20114a1eba0

Contents?: true

Size: 294 Bytes

Versions: 45

Compression:

Stored size: 294 Bytes

Contents

#
# ishapi / galleries / show
#

this_key = [ @gallery, params.permit! ]
json.cache! this_key do
  json.gallery do
    json.id @gallery.id.to_s
    json.name @gallery.name
    json.galleryname @gallery.galleryname
    json.partial! 'ishapi/photos/index', :photos => @gallery.photos
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

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