Sha256: 691e3072d19bbd2ed6f787e059784cd11174d526c6b3ed4ab4c7b6a858b571dc

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

class <%= class_name.pluralize %>::ConfirmationsController < Janus::ConfirmationsController
  respond_to :html

  # def deliver_confirmation_instructions(<%= singular_name %>)
  #   <%= class_name %>Mailer.confirmation_instructions(<%= singular_name %>).<%= delivery_method %>
  # end

  # def after_resending_confirmation_instructions_url(<%= singular_name %>)
  #   root_url
  # end

  # def after_confirmation_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/confirmations_controller.erb
janus-0.10.0 lib/generators/templates/confirmations_controller.erb