Module: ActsAsAudited
- Defined in:
- lib/acts_as_audited.rb,
lib/acts_as_audited/auditor.rb
Overview
To get started, please review ActsAsAudited::Auditor::ClassMethods#acts_as_audited
Defined Under Namespace
Modules: Auditor
Constant Summary collapse
- VERSION =
'2.1.0'
Class Attribute Summary collapse
-
.current_user_method ⇒ Object
Returns the value of attribute current_user_method.
-
.ignored_attributes ⇒ Object
Returns the value of attribute ignored_attributes.
Class Attribute Details
.current_user_method ⇒ Object
Returns the value of attribute current_user_method.
29 30 31 |
# File 'lib/acts_as_audited.rb', line 29 def current_user_method @current_user_method end |
.ignored_attributes ⇒ Object
Returns the value of attribute ignored_attributes.
29 30 31 |
# File 'lib/acts_as_audited.rb', line 29 def ignored_attributes @ignored_attributes end |