Sha256: 8f565753cd139f8e6cf60d046d59bcdbcdbda6db11a5636ba018b7647cb9fab0
Contents?: true
Size: 352 Bytes
Versions: 4
Compression:
Stored size: 352 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.partial! 'ishapi/photos/index', :photos => gallery.photos end
Version data entries
4 entries across 4 versions & 1 rubygems