Sha256: 6e36c8aa739595a3f9514b330ce36884a668aa2ac395a384db0037a94a76544d
Contents?: true
Size: 232 Bytes
Versions: 2
Compression:
Stored size: 232 Bytes
Contents
module Concern module Audit module Author def self.current=(author) Thread.current[:current_author] = author end def self.current Thread.current[:current_author] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ar-audit-tracer-0.2.0 | lib/concern/audit/author.rb |
ar-audit-tracer-0.1.0 | lib/concern/audit/author.rb |