Changeset [c3691b9d05acd19cb1cf8db27b2fd29b0c8105b9] by Thorsten Böttger
January 7th, 2016 @ 03:47 PM
Merge pull request #265 from joshsoftware/patch-2
Raise 'column_name undefined error' when column not present
https://github.com/aasm/aasm/commit/c3691b9d05acd19cb1cf8db27b2fd29...
Committed by Thorsten Böttger
- A spec/models/active_record/with_enum_without_column.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/database.rb
- M spec/unit/persistence/active_record_persistence_multiple_spec.rb
- M spec/unit/persistence/active_record_persistence_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.