Class: Effective::SnippetReplacerJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/effective/snippet_replacer_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(region) ⇒ Object



12
13
14
# File 'app/jobs/effective/snippet_replacer_job.rb', line 12

def perform(region)
  Effective::SnippetReplacer.new.replace_region!(region)
end