first translation

This commit is contained in:
2016-04-21 16:51:35 +02:00
parent 379af54398
commit fd3111eedf
12 changed files with 211 additions and 37 deletions
+6 -3
View File
@@ -1,9 +1,12 @@
Rails.application.routes.draw do
root 'supporters#new'
scope "/:locale" do
get '/', to: 'supporters#new'
resources :supporters
resources :supporters
get '/thanks', to: 'pages#thanks', as: :thanks
get '/thanks', to: 'pages#thanks', as: :thanks
end
get '/cities_autocomplete', to: 'cities_autocomplete#index', as: :cities_autocomplete
namespace :admin do