Changeset [d9a1c141e924a7565c5fd64043b640cd1465a110] by Thorsten Böttger
February 9th, 2016 @ 05:01 AM
Merge pull request #296 from HoyaBoya/feature/dry_across_models
Make It Easier To Extend AASM With Custom Logic Across
Models
https://github.com/aasm/aasm/commit/d9a1c141e924a7565c5fd64043b640c...
Committed by Thorsten Böttger
- A spec/models/simple_custom_example.rb
- A spec/unit/simple_custom_example_spec.rb
- M README.md
- M lib/aasm/aasm.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.