# File lib/devise/controllers/helpers.rb, line 91
      def signed_in?(scope=nil)
        [ scope || Devise.mappings.keys ].flatten.any? do |scope|
          warden.authenticate?(:scope => scope)
        end
      end