Module: Transcript::Controller
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/transcript/controller.rb
Instance Method Summary collapse
Instance Method Details
#audit_action(actor, receiver, action = action_name) ⇒ Object
7 8 9 |
# File 'lib/transcript/controller.rb', line 7 def audit_action(actor, receiver, action = action_name) Transcript::Job.perform_later(actor, receiver, action) end |