About page, index page[en]

This commit is contained in:
Gregory Eremin
2011-09-19 16:31:05 +04:00
parent 215c00a1a8
commit 9305237bac
7 changed files with 37 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ Beathaven::Application.routes.draw do
match '/' => 'application#index'
match '/greetings/' => 'application#greetings'
match '/about/' => 'application#about'
match 'user/auth' => 'user#auth'
match 'user/update' => 'user#update'