Method: Burstflow::Workflow#reload

Defined in:
lib/burstflow/workflow.rb

#reloadObject



62
63
64
65
# File 'lib/burstflow/workflow.rb', line 62

def reload(*)
  self.cache = {}
  super
end