about summary refs log tree commit diff stats
path: root/apworld/items.py
diff options
context:
space:
mode:
Diffstat (limited to 'apworld/items.py')
0 files changed, 0 insertions, 0 deletions
9'>19 20 21 22 23 24 25 26 27 28



























                                                                         
class 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