Class: UserPasswordsController
- Inherits:
-
Devise::PasswordsController
- Object
- Devise::PasswordsController
- UserPasswordsController
- Includes:
- SpreeBase
- Defined in:
- app/controllers/user_passwords_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
9 10 11 |
# File 'app/controllers/user_passwords_controller.rb', line 9 def create super end |
#edit ⇒ Object
13 14 15 |
# File 'app/controllers/user_passwords_controller.rb', line 13 def edit super end |
#new ⇒ Object
5 6 7 |
# File 'app/controllers/user_passwords_controller.rb', line 5 def new super end |
#update ⇒ Object
17 18 19 |
# File 'app/controllers/user_passwords_controller.rb', line 17 def update super end |