Method: UsersController#edit
- Defined in:
- app/controllers/users_controller.rb
#edit ⇒ Object
40 41 42 43 |
# File 'app/controllers/users_controller.rb', line 40 def edit @user = User.find(params[:id]) :update, @user end |
40 41 42 43 |
# File 'app/controllers/users_controller.rb', line 40 def edit @user = User.find(params[:id]) :update, @user end |