Changeset [b22ceb279248f85003cc50bb158fa4d0db9dc4d2] by Thorsten Böttger

November 25th, 2011 @ 05:39 PM

new dsl now supports changing the states column name
https://github.com/rubyist/aasm/commit/b22ceb279248f85003cc50bb158f...

Committed by Thorsten Böttger

  • M lib/aasm/aasm.rb
  • M lib/aasm/base.rb
  • M spec/unit/active_record_persistence_spec.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.