What is the best way to keep the state of an object in the database when navigating using aasm? I thought this would happen automatically, but that doesn't seem to be the case.
(Edit: when I manually save the object, the status column is updated, but the save is not performed on transitions.)
I cannot find a lot of useful documentation for this plugin, so if you have a suggestion for an alternative implementation of a state machine with better documentation, this can also help.
ruby-on-rails aasm acts-as-state-machine
Angela
source share