Class: HasHelpers::ServiceTrust::AuditLog::WriteJob

Inherits:
HasUtils::GoodJob::BaseWorker
  • Object
show all
Defined in:
app/models/has_helpers/service_trust/audit_log.rb

Instance Method Summary collapse

Instance Method Details

#perform(attributes) ⇒ Object



14
15
16
# File 'app/models/has_helpers/service_trust/audit_log.rb', line 14

def perform(attributes)
  HasHelpers::ServiceTrust::AuditLog.create!(attributes)
end