module ActionFlow::Helpers

Public Instance Methods

flow_controller() click to toggle source
# File lib/action_flow/helpers.rb, line 9
def flow_controller
  @flow_controller ||= Flow::Controller.new(self)
end