Module ActsAsIndexed::InstanceMethods
In: lib/acts_as_indexed/instance_methods.rb

Adds model class instance methods. Methods are called automatically by ActiveRecord on save, destroy, and update of model instances.

Methods

Public Instance methods

Adds the current model instance to index. Called by ActiveRecord on save.

Removes the current model instance to index. Called by ActiveRecord on destroy.

Updates current model instance index. Called by ActiveRecord on update.

[Validate]