Method: NyrosForm2::UsersController#edit
- Defined in:
- app/controllers/nyros_form2/users_controller.rb
#edit ⇒ Object
34 35 36 |
# File 'app/controllers/nyros_form2/users_controller.rb', line 34 def edit @user = User.find(params[:id]) end |