Sha256: 4d244e9d5f2552f219cf5ee7337b55242cccf368d669581e3aa8a3dd00f88c2b
Contents?: true
Size: 252 Bytes
Versions: 3
Compression:
Stored size: 252 Bytes
Contents
require "active_support/concern" module Transcript module Actor extend ActiveSupport::Concern included do has_many :audit_entries_by, as: :actor, class_name: Transcript.configuration.audit_model.to_s end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
transcript-0.3.0 | lib/transcript/actor.rb |
transcript-0.2.1 | lib/transcript/actor.rb |
transcript-0.2.0 | lib/transcript/actor.rb |