class DeviantWorker

Public Instance Methods

perform(data) click to toggle source
# File lib/deviant/worker.rb, line 5
def perform(data)
  Tire.index Deviant.options[:name] do
    store(data)
  end
end