Sha256: df22e768b0697b4148bd7852597c2773e482690fe008850ab8ec5052aa3656f1

Contents?: true

Size: 710 Bytes

Versions: 17

Compression:

Stored size: 710 Bytes

Contents

# Does it need require_dependecy? Maybe not
# require_dependency "binda/application_controller"

module Binda
  class Users::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
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
binda-0.1.11 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.10 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.9 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.8 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.7 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.6 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.5 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.4 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.3 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.2 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.1 app/controllers/binda/users/unlocks_controller.rb
binda-0.1.0 app/controllers/binda/users/unlocks_controller.rb
binda-0.0.7 app/controllers/binda/users/unlocks_controller.rb
binda-0.0.6 app/controllers/binda/users/unlocks_controller.rb
binda-0.0.5 app/controllers/binda/users/unlocks_controller.rb
binda-0.0.3 app/controllers/binda/users/unlocks_controller.rb
binda-0.0.2 app/controllers/binda/users/unlocks_controller.rb