Fuck, missed some files

This commit is contained in:
magnolia-fan
2011-04-16 13:06:23 +04:00
parent 40a51c2c51
commit 3a90336e7c
4 changed files with 92 additions and 32 deletions
+1
View File
@@ -12,6 +12,7 @@ Beathaven::Application.routes.draw do
match 'reg/complete' => 'user#complete'
match 'login' => 'user#login'
match 'user/profile' => 'user#update'
match 'user/invite' => 'user#invite'
match '*a', :to => 'errors#routing'
end