Sha256: 15666624af88e8ae806e0c26248e2eb7ebafb298106d63b3ddf83ef7651c6aa0

Contents?: true

Size: 566 Bytes

Versions: 17

Compression:

Stored size: 566 Bytes

Contents

class Auth::UnlocksController < Devise::UnlocksController
  layout "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

17 entries across 17 versions & 1 rubygems

Version Path
headmin-0.6.3 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.6.2 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.6.1 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.6.0 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.9 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.8 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.7 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.6 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.5 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.4 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.3 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.2 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.1 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.5.0 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.4.2 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.4.1 lib/generators/templates/controllers/auth/unlocks_controller.rb
headmin-0.4.0 lib/generators/templates/controllers/auth/unlocks_controller.rb