Sha256: 3ff38abf67772f20bf3055bf8c591f083592c7a857e8ec8b038be2a690a2b43a

Contents?: true

Size: 259 Bytes

Versions: 11

Compression:

Stored size: 259 Bytes

Contents

#
# ishapi / galleries / show
#

this_key = [ @gallery, params.permit! ]
json.cache! this_key do
  json.gallery do
    json.partial! 'ishapi/galleries/show', gallery: @gallery   
    json.partial! 'ishapi/photos/index', :photos => @gallery.photos 
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ishapi-0.1.8.126 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.125 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.124 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.123 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.122 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.121 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.120 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.119 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.118 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.117 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.116 app/views/ishapi/galleries/show.jbuilder