AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2988 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
- app/controllers/account_controller.rb 2 additions, 23 deletionsapp/controllers/account_controller.rb
- app/controllers/users_controller.rb 23 additions, 3 deletionsapp/controllers/users_controller.rb
- app/helpers/application_helper.rb 2 additions, 3 deletionsapp/helpers/application_helper.rb
- app/views/users/show.rhtml 0 additions, 0 deletionsapp/views/users/show.rhtml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- test/functional/account_controller_test.rb 0 additions, 30 deletionstest/functional/account_controller_test.rb
- test/functional/users_controller_test.rb 43 additions, 0 deletionstest/functional/users_controller_test.rb
Please register or sign in to comment