app/views/ishapi/venues/_index.jbuilder in ishapi-0.1.8.67 vs app/views/ishapi/venues/_index.jbuilder in ishapi-0.1.8.68

- old
+ new

@@ -10,7 +10,8 @@ json.name venue.name json.name_seo venue.name_seo json.description venue.descr json.x venue.x json.y venue.y + json.photo venue.profile_photo.photo.url( :thumb ) if venue.profile_photo end end