Sha256: 4f78e0170dc9c04f72cc47d1835cc9a6aebfe2153b1e3dba228e060ccbc7a0c6
Contents?: true
Size: 569 Bytes
Versions: 36
Compression:
Stored size: 569 Bytes
Contents
# # ishapi / venues / _index # json.n_venues venues.count json.venues do json.array! venues do |venue| json.id venue.id.to_s json.address venue.address if venue.address.present? json.name venue.name json.slug venue.slug json.subhead venue.subhead json.description venue.descr json.x venue.x json.y venue.y json.photo venue.profile_photo ? venue.profile_photo.photo.url( :thumb ) : image_url('missing.png') json.partial! 'ishapi/tags/index', :tags => venue.tags end end
Version data entries
36 entries across 36 versions & 1 rubygems