mirror of
https://github.com/ditkrg/workflower.git
synced 2026-01-22 22:26:40 +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
|
def workflower_uninitializer
|
||||||
@workflower_base.uninitialize
|
@workflower_base.uninitialize
|
||||||
|
@workflower_base = nil
|
||||||
|
|
||||||
@possible_events = []
|
@possible_events = []
|
||||||
@allowed_events = []
|
@allowed_events = []
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Workflower
|
module Workflower
|
||||||
VERSION = "0.2.4"
|
VERSION = "0.2.5"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user