1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Remove aasm_ensure_initial_state from SequelPersistence before_create

This commit is contained in:
anilmaurya 2017-11-20 13:38:12 +05:30
parent 3f3b3f56a1
commit 4a61d6d8d6

View file

@ -15,7 +15,6 @@ module AASM
end
def before_create
aasm_ensure_initial_state
super
end