Module: ActionFlow::Helpers
Instance Method Summary collapse
Instance Method Details
#flow_controller ⇒ Object
9 10 11 |
# File 'lib/action_flow/helpers.rb', line 9 def flow_controller @flow_controller ||= Flow::Controller.new(self) end |