edit

in app/controllers/users_controller.rb [30:33]


  def edit
    @user = User.find(params[:id])
  end