Files
ch420/app/views/greendays/_greenday.json.jbuilder
T

3 lines
165 B
Ruby
Raw Normal View History

2017-11-12 13:27:10 +01:00
json.extract! greenday, :id, :title, :address, :coordinates, :homepage, :logo, :description, :created_at, :updated_at
json.url greenday_url(greenday, format: :json)