Changeset [9de4e943020be10a516a183c40596a5710de8fce] by Thorsten Böttger
March 18th, 2016 @ 04:04 AM
Merge pull request #320 from Infotaku/RubyMotion
[RubyMotion support] Maintaining support after PR #316 https://github.com/aasm/aasm/commit/9de4e943020be10a516a183c40596a5...
Committed by Thorsten Böttger
- A lib/aasm/persistence/core_data_query_persistence.rb
- A lib/motion-aasm.rb
- M lib/aasm.rb
- M lib/aasm/aasm.rb
- M lib/aasm/core/transition.rb
- M lib/aasm/persistence.rb
- M lib/aasm/state_machine.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.