uses geozones instead of district tags

This commit is contained in:
rgarcia
2016-01-25 20:48:53 +01:00
parent a86f6bc5b7
commit 21b9e31f11
20 changed files with 141 additions and 97 deletions

View File

@@ -42,6 +42,10 @@ Rails.application.routes.draw do
put :flag
put :unflag
end
collection do
get :map
end
end
resources :proposals do
@@ -51,6 +55,10 @@ Rails.application.routes.draw do
put :flag
put :unflag
end
collection do
get :map
end
end
resources :comments, only: [:create, :show], shallow: true do