Arguments

This commit is contained in:
2017-04-11 08:46:21 +02:00
parent 7ce05f1ae4
commit 242e842100
8 changed files with 131 additions and 3 deletions
+1 -1
View File
@@ -10,10 +10,10 @@ Rails.application.routes.draw do
get '/map', to: 'pages#map', as: :map
# resources :supporters, only: :index
end
localized do
get '/initiative_text', to: 'pages#show', as: :initiative_text, page: 'initiative_text'
get '/arguments', to: 'pages#show', as: :arguments, page: 'arguments'
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete