Locale switch, greetings page

This commit is contained in:
magnolia-fan
2011-09-17 14:20:07 +04:00
parent 95c0b9fc12
commit 67e79acf23
6 changed files with 31 additions and 4 deletions
+1
View File
@@ -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'