Changeset [fb51ab4d5890b35fd1e2a792443bb8f256cd8142] by Matt Allen

February 10th, 2010 @ 12:36 AM

Uses Rails 3 "base.before_validation :aasm_ensure_initial_state, :on => :create" method
http://github.com/rubyist/aasm/commit/fb51ab4d5890b35fd1e2a792443bb...

Committed by Matt Allen

  • M lib/aasm/persistence/active_record_persistence.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.