diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 15:00:52 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-07-02 15:00:52 -0400 |
commit | 7971d7ac77c83717afcceaa1f476d1eb9afd5918 (patch) | |
tree | 5253143e7725b3f870d2f7070cf7b767c80ae1e7 /app/controllers/users | |
parent | 1c606f4a6e99576614f5ce3c698f56e96d03e6a3 (diff) | |
download | thoughts-7971d7ac77c83717afcceaa1f476d1eb9afd5918.tar.gz thoughts-7971d7ac77c83717afcceaa1f476d1eb9afd5918.tar.bz2 thoughts-7971d7ac77c83717afcceaa1f476d1eb9afd5918.zip |
Styled password reset form
Diffstat (limited to 'app/controllers/users')
-rw-r--r-- | app/controllers/users/passwords_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/users/passwords_controller.rb b/app/controllers/users/passwords_controller.rb index 53cc34e..56ef149 100644 --- a/app/controllers/users/passwords_controller.rb +++ b/app/controllers/users/passwords_controller.rb | |||
@@ -1,4 +1,5 @@ | |||
1 | class Users::PasswordsController < Devise::PasswordsController | 1 | class Users::PasswordsController < Devise::PasswordsController |
2 | layout "userdata" | ||
2 | # GET /resource/password/new | 3 | # GET /resource/password/new |
3 | # def new | 4 | # def new |
4 | # super | 5 | # super |