# File lib/thinking_sphinx/active_record/scopes.rb, line 31
        def has_default_sphinx_scope?
          !@default_sphinx_scope.nil? && sphinx_scopes.include?(@default_sphinx_scope)
        end