Method: SimpleWorkflow::Helper#origin_options

Defined in:
lib/simple_workflow/helper.rb

#origin_optionsObject



50
51
52
# File 'lib/simple_workflow/helper.rb', line 50

def origin_options
  params.to_unsafe_h.reject { |k, _v| %i[detour return_from_detour].include? k.to_sym }
end