Sha256: 66b4f2a3a75f8ef94887215663af1b678490e84744650115cac4cff6902f590b

Contents?: true

Size: 643 Bytes

Versions: 6

Compression:

Stored size: 643 Bytes

Contents

class NippoCore::Users::ConfirmationsController < Devise::ConfirmationsController
  # GET /resource/confirmation/new
  # def new
  #   super
  # end

  # POST /resource/confirmation
  # def create
  #   super
  # end

  # GET /resource/confirmation?confirmation_token=abcdef
  # def show
  #   super
  # end

  # protected

  # The path used after resending confirmation instructions.
  # def after_resending_confirmation_instructions_path_for(resource_name)
  #   super(resource_name)
  # end

  # The path used after confirmation.
  # def after_confirmation_path_for(resource_name, resource)
  #   super(resource_name, resource)
  # end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nippo_core-1.0.2 app/controllers/nippo_core/users/confirmations_controller.rb
nippo_core-1.0.1 app/controllers/nippo_core/users/confirmations_controller.rb
nippo_core-1.0.0 app/controllers/nippo_core/users/confirmations_controller.rb
nippo_core-0.3.0 app/controllers/nippo_core/users/confirmations_controller.rb
nippo_core-0.2.0 app/controllers/nippo_core/users/confirmations_controller.rb
nippo_core-0.1.0 app/controllers/nippo_core/users/confirmations_controller.rb