Costs content

This commit is contained in:
2017-04-12 22:53:08 +02:00
parent e86e6102d5
commit 5b069a1aa4
8 changed files with 145 additions and 1 deletions
+2
View File
@@ -16,6 +16,8 @@ Rails.application.routes.draw do
get '/arguments', to: 'pages#show', as: :arguments, page: 'arguments'
get '/faq', to: 'pages#show', as: :faq, page: 'faq'
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'
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete