Robbie Gill

Results 1 comments of Robbie Gill

Yes, that is how aasm's implementation works, but the outcome is _very_ undesirable. In the simplest ActiveRecord case, `model.next_state!` should be equivalent to `model.aasm_state = 'next_state'; model.save`. With the exception...