Class: Cms::PasswordsController

Inherits:
Devise::PasswordsController
  • Object
show all
Includes:
AdminController
Defined in:
app/controllers/cms/passwords_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



11
12
13
14
# File 'app/controllers/cms/passwords_controller.rb', line 11

def create
  use_page_title('Forgot Password')
  super
end

#editObject



16
17
18
19
# File 'app/controllers/cms/passwords_controller.rb', line 16

def edit
  use_page_title('Change Password')
  super
end

#newObject



6
7
8
9
# File 'app/controllers/cms/passwords_controller.rb', line 6

def new
  use_page_title('Forgot Password')
  super
end