added content

This commit is contained in:
2017-07-07 16:07:53 +02:00
parent 1440cfcc1e
commit 10727a1302
9 changed files with 145 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ Rails.application.routes.draw do
get '/sponsoring', to: 'pages#show', as: :sponsoring, page: 'sponsoring'
get '/donation', to: 'pages#show', as: :donation, page: 'donation'
get '/numbers', to: 'pages#show', as: :numbers, page: 'numbers'
get '/collection_concept', to: 'pages#show', as: :collection_concept, page: 'collection_concept'
get '/statements', to: 'pages#show', as: :statements, page: 'statements'
end