Changeset [86126c7c90852146d9f912017cf8ee079a38a57a] by Cory Kaufman-Schofield
September 22nd, 2015 @ 04:22 PM
Allow namespacing methods and state constants
https://github.com/aasm/aasm/commit/86126c7c90852146d9f912017cf8ee0...
Committed by Cory Kaufman-Schofield
- A spec/models/namespaced_multiple_example.rb
- A spec/unit/namespaced_multiple_example_spec.rb
- M lib/aasm/base.rb
- M lib/aasm/configuration.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.