Class: Nyauth::NewPasswordRequestsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Nyauth::NewPasswordRequestsController
- Defined in:
- app/controllers/nyauth/new_password_requests_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
11 12 13 14 |
# File 'app/controllers/nyauth/new_password_requests_controller.rb', line 11 def create @user.request_new_password respond_with(@user, location: root_path) end |
#new ⇒ Object
8 9 |
# File 'app/controllers/nyauth/new_password_requests_controller.rb', line 8 def new end |