Class: Cms::Sites::PasswordsController

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

Instance Method Summary collapse

Methods included from ContentPage

#cms_template, #content_page_layout

Instance Method Details

#createObject



14
15
16
17
# File 'app/controllers/cms/sites/passwords_controller.rb', line 14

def create
  use_page_title('Forgot Password')
  super
end

#editObject



19
20
21
22
# File 'app/controllers/cms/sites/passwords_controller.rb', line 19

def edit
  use_page_title('Reset Password')
  super
end

#newObject



9
10
11
12
# File 'app/controllers/cms/sites/passwords_controller.rb', line 9

def new
  use_page_title('Forgot Password')
  super
end