Module: Property::Index::InstanceMethods

Defined in:
lib/property/index.rb

Instance Method Summary collapse

Instance Method Details

#rebuild_index!Object



29
30
31
32
33
34
35
36
37
# File 'lib/property/index.rb', line 29

def rebuild_index!
  property_field_index

  if changed_without_properties?
    update_without_callbacks # no validation, no callbacks
  end

  property_index
end