1
0
Fork 0
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:
José Valim 2011-05-06 02:59:59 -07:00
commit 50a5ad54ce

View file

@ -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.