aasm now supports transitions without any from specified, which will allow transitioning from any state.
aasm_event :publish do
transitions to: :publish # from ANY
end
(bragging rights: I added this feature because I needed it)
aasm now supports transitions without any from specified, which will allow transitioning from any state.
aasm_event :publish do
transitions to: :publish # from ANY
end
(bragging rights: I added this feature because I needed it)