Module: RecordHistory::Controller
- Defined in:
- lib/record_history/controller.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 |
# File 'lib/record_history/controller.rb', line 3 def self.included(base) base.before_filter :set_record_history_author end |