mirror of
https://github.com/ditkrg/workflower.git
synced 2026-01-22 14:17:11 +00:00
Sets workflower_base as nil so that it can be reinitialized
This commit is contained in:
parent
ace5d75749
commit
9f00ca6e30
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user