Sha256: aca36d1d1061ca19c8fb5ccc3c44841097a614668e0ff8f02643e6d77b2650b1
Contents?: true
Size: 444 Bytes
Versions: 72
Compression:
Stored size: 444 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.photos do json.array! @gallery.photos do |photo| json.photo do json.thumb_url photo.photo.url( :thumb ) json.large_url photo.photo.url( :large ) end end end end end
Version data entries
72 entries across 72 versions & 1 rubygems