Sha256: 1f9588e32d727d5f1e98757efed3d82beb61a0f8797a25930f174e2d7e5c8673
Contents?: true
Size: 247 Bytes
Versions: 1
Compression:
Stored size: 247 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transcript-0.1.0 | lib/transcript/actor.rb |