Module: ModelTimeline::ControllerAdditions::ClassMethods
- Defined in:
- lib/model_timeline/controller_additions.rb
Overview
Class methods added to the including controller.
Instance Method Summary collapse
-
#track_actions_with_model_timeline ⇒ void
Convenience method to include ModelTimeline::ControllerAdditions in a controller.
Instance Method Details
#track_actions_with_model_timeline ⇒ void
This method returns an undefined value.
Convenience method to include ModelTimeline::ControllerAdditions in a controller.
59 60 61 |
# File 'lib/model_timeline/controller_additions.rb', line 59 def track_actions_with_model_timeline include ModelTimeline::ControllerAdditions end |