Sha256: d5c3924873fec12ab026c00195f27b10952516b1f1951d882628fa4cce496fa5

Contents?: true

Size: 564 Bytes

Versions: 27

Compression:

Stored size: 564 Bytes

Contents

class <%= @scope_prefix %>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 & 5 rubygems

Version Path
devise-4.3.0 lib/generators/templates/controllers/unlocks_controller.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/devise-4.2.1/lib/generators/templates/controllers/unlocks_controller.rb
devise-4.2.1 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.2.0 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.10 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.0.3 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.1.1 lib/generators/templates/controllers/unlocks_controller.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/devise-4.1.0/lib/generators/templates/controllers/unlocks_controller.rb
devise-4.1.0 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.9 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.0.2 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.0.1 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.8 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.7 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.0.0 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.0.0.rc2 lib/generators/templates/controllers/unlocks_controller.rb
devise-4.0.0.rc1 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.6 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.5 lib/generators/templates/controllers/unlocks_controller.rb
devise-3.5.4 lib/generators/templates/controllers/unlocks_controller.rb