User profile update form

This commit is contained in:
magnolia-fan
2011-04-16 00:09:17 +04:00
parent 8a2780bfe4
commit b3e6a3d1c7
4 changed files with 42 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ Beathaven::Application.routes.draw do
match 'reg/:email/:code' => 'user#register', :constraints => { :email => /[-a-z0-9\._@]+/i, :code => /[a-f0-9]{64}/ }
match 'reg/complete' => 'user#complete'
match 'login' => 'user#login'
match 'user/profile' => 'user#update'
match '*a', :to => 'errors#routing'
end