Module: ActionController::Auditor::ClassMethods
- Defined in:
- lib/auditor.rb,
lib/request-auditor.rb
Instance Method Summary collapse
Instance Method Details
#is_audited ⇒ Object
13 14 15 16 |
# File 'lib/auditor.rb', line 13 def is_audited include ActionController::Auditor::InstanceMethods before_filter :audit_request end |