module Hypostasis::Shared::Indexes

Private Instance Methods

indexed_fields_to_commit() click to toggle source
# File lib/hypostasis/shared/indexes.rb, line 11
def indexed_fields_to_commit
  indexed_fields.collect do |field_name|
    self.class.namespace.for_index(self, field_name, @fields[field_name])
  end
end