pluginaweek / state_machine

Adds support for creating state machines for attributes on any Ruby class
http://www.pluginaweek.org
MIT License
3.74k stars 507 forks source link

fix callbacks when binding to object #287

Open tyre opened 10 years ago

tyre commented 10 years ago

Fixes #282 where using bind_to_object with ActiveRecord causes NoMethodErrors.