Module: NotifiablyAudited
- Defined in:
- lib/notifiably_audited.rb,
lib/notifiably_audited/audit.rb,
lib/notifiably_audited/engine.rb,
lib/notifiably_audited/helper.rb,
lib/notifiably_audited/auditor.rb,
lib/notifiably_audited/sweeper.rb
Defined Under Namespace
Modules: Audit, Auditor, NotifiablyAuditedHelpers Classes: Engine, Sweeper
Constant Summary collapse
- VERSION =
'3.0.0'
Class Attribute Summary collapse
-
.audit_class ⇒ Object
Returns the value of attribute audit_class.
-
.current_user_method ⇒ Object
Returns the value of attribute current_user_method.
-
.ignored_attributes ⇒ Object
Returns the value of attribute ignored_attributes.
Class Method Summary collapse
Class Attribute Details
.audit_class ⇒ Object
Returns the value of attribute audit_class.
7 8 9 |
# File 'lib/notifiably_audited.rb', line 7 def audit_class @audit_class end |
.current_user_method ⇒ Object
Returns the value of attribute current_user_method.
7 8 9 |
# File 'lib/notifiably_audited.rb', line 7 def current_user_method @current_user_method end |
.ignored_attributes ⇒ Object
Returns the value of attribute ignored_attributes.
7 8 9 |
# File 'lib/notifiably_audited.rb', line 7 def ignored_attributes @ignored_attributes end |
Class Method Details
.store ⇒ Object
9 10 11 |
# File 'lib/notifiably_audited.rb', line 9 def store Thread.current[:audited_store] ||= {} end |