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

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.