Changeset [c56583fb7aaa77dcaa37feedae96702a73daf1d3] by Thorsten Böttger
May 15th, 2015 @ 06:37 AM
distinguish between ActiveRecord class and plain Ruby
classes
https://github.com/aasm/aasm/commit/c56583fb7aaa77dcaa37feedae96702...
Committed by Thorsten Böttger
- A spec/models/default_state.rb
- A spec/models/provided_state.rb
- R spec/models/active_record/default_state.rb
- R spec/models/active_record/provided_state.rb
- M spec/unit/api_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.