Changeset [1acf14fc3c2701b6a14768c15f1f265893895776] by Pascal Zumkehr
April 2nd, 2012 @ 05:44 AM
fix initializer to keep existing options (originating from
superclass)
https://github.com/rubyist/aasm/commit/1acf14fc3c2701b6a14768c15f1f...
Committed by Pascal Zumkehr
- A spec/models/sub_classing.rb
- M lib/aasm/base.rb
- M spec/unit/state_transition_spec.rb
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.