Module: PaperTrail::Controller

Defined in:
lib/paper_trail/controller.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
# File 'lib/paper_trail/controller.rb', line 4

def self.included(base)
  base.before_filter :set_paper_trail_whodunnit
  base.before_filter :set_paper_trail_controller_info
  base.before_filter :set_paper_trail_enabled_for_controller
end