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
Currently Transition tied to ActiveRecord. The has_attribute? method used in 889b865 commit exist just in ActiveRecord. I believe that Transition is not for ActiveRecord only.
As of 889b865 transition depends on
has_attribute?
. It's AR method and it does not exist in AM.The text was updated successfully, but these errors were encountered: