Class: Upkeep::Rails::DeliveryJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Upkeep::Rails::DeliveryJob
- Defined in:
- lib/upkeep/rails/delivery_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(changes) ⇒ Object
10 11 12 |
# File 'lib/upkeep/rails/delivery_job.rb', line 10 def perform(changes) Upkeep::Rails.deliver_changes_now!(normalize_changes(changes)) end |