troessner/transitions

Get rid of ActiveRecord specific methods

Opened this issue · 3 comments

As of 889b865 transition depends on has_attribute?. It's AR method and it does not exist in AM.

I'm sorry but I really don't want to decrypt your description..:)

Can you please state what the problem is exactly and what you would suggest in order to fix it?

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.

I see. Good point, thanks for letting me know, I'll look into it.