OSDN Git Service

Refactor: split UsersController#edit into #edit and #update
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 30 Sep 2010 18:22:46 +0000 (18:22 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 30 Sep 2010 18:22:46 +0000 (18:22 +0000)
commit86ba692bf5312b37b6e30778d14daf0a675254bb
tree6e1f42db58dc520e33c1e464c88840d627b3772f
parentd06a1a7fa47a2c3b02e9d97034e6acaf2dc5a01d
Refactor: split UsersController#edit into #edit and #update

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4230 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/users_controller.rb
app/helpers/users_helper.rb
app/views/users/_general.rhtml
app/views/users/_groups.rhtml
config/routes.rb
test/functional/users_controller_test.rb
test/integration/admin_test.rb
test/integration/routing_test.rb