Sha256: f79ed2b2e7f6eb66b07f2fae1ce5a9d2f24b8b636fce03964a8650515c59f008

Contents?: true

Size: 330 Bytes

Versions: 59

Compression:

Stored size: 330 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.description @gallery.descr
    json.partial! 'ishapi/photos/index', :photos => @gallery.photos
  end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
ishapi-0.1.8.114 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.113 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.112 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.109 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.108 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.107 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.106 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.105 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.104 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.103 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.102 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.101 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.100 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.99 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.97 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.96 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.95 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.91 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.87 app/views/ishapi/galleries/show.jbuilder
ishapi-0.1.8.86 app/views/ishapi/galleries/show.jbuilder