added greenday event

This commit is contained in:
2017-11-12 13:27:10 +01:00
parent 299097e13f
commit 7bd9a0ab22
23 changed files with 401 additions and 1 deletions
@@ -0,0 +1,2 @@
json.extract! greenday, :id, :title, :address, :coordinates, :homepage, :logo, :description, :created_at, :updated_at
json.url greenday_url(greenday, format: :json)