class Controll::Flow::ActionMapper::Base

Public Class Methods

action(controller, event) click to toggle source
# 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() click to toggle source
# File lib/controll/flow/action_mapper/base.rb, line 4
def path_action_class
  Controll::Flow::Action::PathAction
end