mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Merge pull request #1051 from rymai/patch-1
Remove :anybody_signed_in? from the controller helpers
This commit is contained in:
commit
50a5ad54ce
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Devise
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
helper_method :warden, :signed_in?, :devise_controller?, :anybody_signed_in?
|
||||
helper_method :warden, :signed_in?, :devise_controller?
|
||||
end
|
||||
|
||||
# Define authentication filters and accessor helpers based on mappings.
|
||||
|
|
Loading…
Reference in a new issue