class ElasticRecord::Index::Deferred::DeferredConnection::DeferredAction
Public Instance Methods
run(index)
click to toggle source
# File lib/elastic_record/index/deferred.rb, line 6 def run(index) index.send(method, *args, &block) end