# File lib/acts_as_indexed/instance_methods.rb, line 10
    def add_to_index
      self.class.index_add(self)
    end