mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Require no authentication on unlockable.
This commit is contained in:
parent
28a6be456a
commit
c76df8239f
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
class Devise::UnlocksController < ApplicationController
|
||||
include Devise::Controllers::InternalHelpers
|
||||
|
||||
before_filter :require_no_authentication
|
||||
|
||||
# GET /resource/unlock/new
|
||||
def new
|
||||
build_resource
|
||||
|
|
Loading…
Reference in a new issue