Class: Controll::Flow::ActionMapper::Base
- Inherits:
-
Object
- Object
- Controll::Flow::ActionMapper::Base
- Defined in:
- lib/controll/flow/action_mapper/base.rb
Class Method Summary collapse
Class Method Details
.action(controller, event) ⇒ Object
8 9 10 |
# File 'lib/controll/flow/action_mapper/base.rb', line 8 def action controller, event raise NotImplementedError, 'You must implement the #action class method' end |
.path_action_class ⇒ Object
4 5 6 |
# File 'lib/controll/flow/action_mapper/base.rb', line 4 def path_action_class Controll::Flow::Action::PathAction end |