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

Version Path
ishapi-0.1.8.73 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.72 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.71 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.70 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.69 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.68 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.67 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.66 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.65 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.64 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.63 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.62 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.61 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.60 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.59 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.58 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.57 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.56 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.55 app/views/ishapi/galleries/show.jbuilder~
ishapi-0.1.8.54 app/views/ishapi/galleries/show.jbuilder~