Sha256: cee0605342dc7b19298295e50ed7a43029d692cce5ad9153cd1c511e68171bbb

Contents?: true

Size: 611 Bytes

Versions: 2

Compression:

Stored size: 611 Bytes

Contents

# frozen_string_literal: true

class Admin::Users::UnlocksController < Devise::UnlocksController
  layout 'admin/auth'
  # GET /resource/unlock/new
  # def new
  #   super
  # end

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

  # GET /resource/unlock?unlock_token=abcdef
  # def show
  #   super
  # end

  # protected

  # The path used after sending unlock password instructions
  # def after_sending_unlock_instructions_path_for(resource)
  #   super(resource)
  # end

  # The path used after unlocking the resource
  # def after_unlock_path_for(resource)
  #   super(resource)
  # end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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