Locale switch, greetings page
This commit is contained in:
@@ -57,6 +57,7 @@ Beathaven::Application.routes.draw do
|
||||
# match ':controller(/:action(/:id(.:format)))'
|
||||
|
||||
match '/' => 'application#index'
|
||||
match '/greetings/' => 'application#greetings'
|
||||
|
||||
match 'user/auth' => 'user#auth'
|
||||
match 'user/update' => 'user#update'
|
||||
|
||||
Reference in New Issue
Block a user