class <%= class_name.pluralize %>::PasswordsController < Janus::PasswordsController respond_to :html # def deliver_reset_password_instructions(<%= singular_name %>) # <%= class_name %>Mailer.reset_password_instructions(<%= singular_name %>).deliver # end # def after_password_change_url(<%= singular_name %>) # root_url # end # def after_sending_reset_password_instructions_url(<%= singular_name %>) # root_url # end end