Sha256: d2b491531c3b81fc29c612195cf3e769d9216fa0bac8f3b50ab7906522aaff45

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 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 %>).<%= delivery_method %>
  # 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.10.1 lib/generators/templates/passwords_controller.erb
janus-0.10.0 lib/generators/templates/passwords_controller.erb