Implemented list of statements

This commit is contained in:
2017-04-14 12:46:03 +02:00
parent 281caaf0fd
commit 7bd771dbc7
9 changed files with 67 additions and 17 deletions
+1
View File
@@ -17,6 +17,7 @@ Rails.application.routes.draw do
get '/terms_and_conditions', to: 'pages#show', as: :terms_and_conditions, page: 'terms_and_conditions'
get '/sponsoring', to: 'pages#show', as: :sponsoring, page: 'sponsoring'
get '/numbers', to: 'pages#show', as: :numbers, page: 'numbers'
get '/statements', to: 'pages#show', as: :statements, page: 'statements'
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete