class Transcript::Job
Public Instance Methods
perform(actor, receiver, action, meta)
click to toggle source
# File lib/transcript/job.rb, line 7 def perform(actor, receiver, action, meta) Transcript.configuration.audit_model.create( actor: actor, action: action, receiver: receiver, meta: meta, receiver_serialized: receiver, ) end