Sha256: 2bcec36b649c5e7c7d502262ac1129e6dd213de54b0ded1402e19797a18224fb
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 Bytes
Contents
module PaperTrail class Config include Singleton attr_accessor :enabled, :timestamp_field def initialize # Indicates whether PaperTrail is on or off. @enabled = true @timestamp_field = :created_at end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
paper_trail-2.6.3 | lib/paper_trail/config.rb |
paper_trail-2.6.2 | lib/paper_trail/config.rb |
paper_trail-2.6.1 | lib/paper_trail/config.rb |