Sha256: bc1edb17cfc37e4b48118af91bd8641c4e52d47c78e9b49e310e2a3180e56d8c
Contents?: true
Size: 501 Bytes
Versions: 34
Compression:
Stored size: 501 Bytes
Contents
# # ishapi / galleries / index # json.array! @galleries do |gallery| json.id gallery.id.to_s json.name gallery.name json.slug gallery.slug json.slug gallery.slug json.subhead gallery.subhead json.username gallery.user_profile.name json.cityname gallery.city.name if gallery.city json.tag_names gallery.tags.map &:slug json.venuename gallery.venue.name if gallery.venue json.partial! 'ishapi/photos/index', :photos => gallery.photos end
Version data entries
34 entries across 34 versions & 1 rubygems