mirror of
https://github.com/ditkrg/workflower.git
synced 2026-01-25 15:42:56 +00:00
Sets workflower_base as nil so that it can be reinitialized
This commit is contained in:
@@ -50,6 +50,7 @@ module Workflower
|
||||
|
||||
def workflower_uninitializer
|
||||
@workflower_base.uninitialize
|
||||
@workflower_base = nil
|
||||
|
||||
@possible_events = []
|
||||
@allowed_events = []
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Workflower
|
||||
VERSION = "0.2.4"
|
||||
VERSION = "0.2.5"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user