json.array!(resources) do |photo| raise 'Implement index.json.jbuilder on your Model!' json.extract! photo, :id, :account_id #, :stock_item_id, :title, :image, :lng_lat json.url photo_url(photo, format: :json) end