Module: ActionFlow::Helpers

Extended by:
Forwardable
Included in:
Filters
Defined in:
lib/action_flow/helpers.rb

Instance Method Summary collapse

Instance Method Details

#flow_controllerObject



9
10
11
# File 'lib/action_flow/helpers.rb', line 9

def flow_controller
  @flow_controller ||= Flow::Controller.new(self)
end