module GreyscaleRecord::Indexable

Public Class Methods

index(field) click to toggle source

DEPRICATED TODO: remove

# File lib/greyscale_record/indexable.rb, line 9
def index(field)
  return if GreyscaleRecord.live_reload
  data_store.add_index( table_name, field )
end