Class: Ixtlan::Rails::Audit
- Inherits:
-
Object
- Object
- Ixtlan::Rails::Audit
- Defined in:
- lib/ixtlan/rails/audit.rb
Class Method Summary collapse
Class Method Details
.filter(controller) ⇒ Object
15 16 17 |
# File 'lib/ixtlan/rails/audit.rb', line 15 def self.filter(controller) logger.log_action(controller) end |
.logger ⇒ Object
11 12 13 |
# File 'lib/ixtlan/rails/audit.rb', line 11 def self.logger @logger ||= UserLogger.new(self) end |