Files
ch420/app/views/greendays/_greenday.json.jbuilder
2017-11-12 13:27:10 +01:00

3 lines
165 B
Ruby

json.extract! greenday, :id, :title, :address, :coordinates, :homepage, :logo, :description, :created_at, :updated_at
json.url greenday_url(greenday, format: :json)