Sha256: fccd95df8bce3fc17c9ed20fb69cc0a352bc97214c51dc9f14d8a1e49fb7e522

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

require "active_support/concern"

module Transcript
  module Controller
    extend ActiveSupport::Concern

    def audit_action(actor, receiver, action = action_name)
      Transcript::Job.perform_later(actor, receiver, action)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transcript-0.1.0 lib/transcript/controller.rb