This commit is contained in:
2017-04-11 09:16:29 +02:00
parent 242e842100
commit cca7b30fba
7 changed files with 95 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ Rails.application.routes.draw do
localized do
get '/initiative_text', to: 'pages#show', as: :initiative_text, page: 'initiative_text'
get '/arguments', to: 'pages#show', as: :arguments, page: 'arguments'
get '/faq', to: 'pages#show', as: :faq, page: 'faq'
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete