Class: Hibachi::Job

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
lib/hibachi/job.rb

Instance Method Summary collapse

Instance Method Details

#perform(model) ⇒ Object



3
4
5
# File 'lib/hibachi/job.rb', line 3

def perform(model)
  Hibachi.run_chef model.recipe
end