aasm/lib
Lin Jen-Shin c1461fbf6c Add [sequel](http://sequel.jeremyevans.net/) support.
I am trying to migrate some activerecord code to sequel, and this makes
aasm work for sequel out of the box. This is not yet feature complete
as for activerecord, missing some scope related features. However this
could be a start, and to be honest, since we're not using them, this is
far good enough for us.

I have tried my best to make this aligned with activerecord and mongoid,
and I've overridden `aasm_read_state` for sequel, because there's no
`new_record?` but only `new?` in sequel, and there's no `blank?`,
either. (which I believe is provided in activesupport, which sequel
does not depend on, and I don't want to force people to depend on that.)

Thanks for considering.
2014-04-22 22:40:22 +08:00
..
aasm Add [sequel](http://sequel.jeremyevans.net/) support. 2014-04-22 22:40:22 +08:00
aasm.rb deprecate usage of aasm_human_state (getter method) 2013-11-30 20:56:50 +01:00