You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% rails console
> Book
> reload!> Book
Both Book and its :state machine have defined a different default for"state". Use only one or the other for defining defaults to avoid unexpected behaviors.
How to reproduce
migration
model
rails console
I think
StateMachine::Machine#initial_state
method should ignorenil
arg.https://github.com/pluginaweek/state_machine/blob/master/lib/state_machine/machine.rb#L629
Thanks
The text was updated successfully, but these errors were encountered: