Sha256: 36796ed98fd50eef9439a548948d767db4fbc702451dcc08d40407c8b057c045

Contents?: true

Size: 589 Bytes

Versions: 27

Compression:

Stored size: 589 Bytes

Contents

# frozen_string_literal: true

class Ibrain::Auth::UnlocksController < Devise::UnlocksController
  # 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

27 entries across 27 versions & 1 rubygems

Version Path
ibrain-auth-0.3.7 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.3.6 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.3.5 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.3.4 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.3.3 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.3.2 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.3.1 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.9 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.8 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.7 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.6 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.5 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.4 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.3 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.2 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.1 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.2.0 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.1.9 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.1.8 app/controllers/ibrain/auth/unlocks_controller.rb
ibrain-auth-0.1.7 app/controllers/ibrain/auth/unlocks_controller.rb