# File lib/thinking_sphinx/active_record/scopes.rb, line 4
      def self.included(base)
        base.class_eval do
          extend ThinkingSphinx::ActiveRecord::Scopes::ClassMethods
        end
      end