class Runestone::IndexingJob

Public Instance Methods

perform(record, indexing_method) click to toggle source
# File lib/runestone/indexing_job.rb, line 4
def perform(record, indexing_method)
  record.public_send(indexing_method)
end