Sha256: 3f046d457fbcea492899634964458b37509de3005d51dc1d6490c145c10b4efa

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
janus-0.9.1 lib/generators/templates/passwords_controller.erb
janus-0.9.0 lib/generators/templates/passwords_controller.erb