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