Class
PaperTrail::Config
In:
lib/paper_trail/config.rb
Parent:
Object
Methods
enabled
enabled=
new
serialized_attributes
serialized_attributes=
track_associations
track_associations?
Included Modules
Singleton
Attributes
serializer
[RW]
timestamp_field
[RW]
track_associations
[W]
version_limit
[RW]
Public Class methods
new
()
Public Instance methods
enabled
()
Indicates whether
PaperTrail
is on or off. Default: true.
enabled=
(enable)
serialized_attributes
()
serialized_attributes=
(_)
track_associations
()
track_associations?
()
Alias for
track_associations
[Validate]