Class: UserPasswordsController

Inherits:
Devise::PasswordsController
  • Object
show all
Includes:
SpreeBase
Defined in:
app/controllers/user_passwords_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



9
10
11
# File 'app/controllers/user_passwords_controller.rb', line 9

def create
  super
end

#editObject



13
14
15
# File 'app/controllers/user_passwords_controller.rb', line 13

def edit
  super
end

#newObject



5
6
7
# File 'app/controllers/user_passwords_controller.rb', line 5

def new
  super
end

#updateObject



17
18
19
# File 'app/controllers/user_passwords_controller.rb', line 17

def update
  super
end