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:
parent
3f3b3f56a1
commit
4a61d6d8d6
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ module AASM
|
|||
end
|
||||
|
||||
def before_create
|
||||
aasm_ensure_initial_state
|
||||
super
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue