lib/ruote/log/storage_history.rb in ruote-2.1.10 vs lib/ruote/log/storage_history.rb in ruote-2.1.11

- old
+ new

@@ -50,10 +50,10 @@ end end def by_process (wfid) - @context.storage.get_many('history', /!#{wfid}$/) + @context.storage.get_many('history', wfid) end alias :by_wfid :by_process # Returns an array [ most recent date, oldest date ] (Time instances). #