Sha256: a153dd3c0181d252f416ae41ce4721c1744588ac2032d4d4ac7c9bddc152e5d9

Contents?: true

Size: 692 Bytes

Versions: 2

Compression:

Stored size: 692 Bytes

Contents

# frozen_string_literal: true

class Admin::Users::ConfirmationsController < Devise::ConfirmationsController
  layout 'admin/auth'
  # 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

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 app/controllers/admin/users/confirmations_controller.rb
headmin-0.1.1 app/controllers/admin/users/confirmations_controller.rb