# File lib/thinking_sphinx/active_record/scopes.rb, line 19
        def default_sphinx_scope(sphinx_scope_name)
          add_sphinx_scopes_support_to_has_many_associations
          @default_sphinx_scope = sphinx_scope_name
        end