Changeset [2368a4a2bbdf4c2edbf95f16a2351b8c8f5f4a03] by Yannick Rekinger
January 30th, 2016 @ 06:48 PM
Peace of mind for RubyMotion developer.
Removing the need to specify the default persistence manager
file path to be included during compilation. This can be handle
with the 'motion-bunlder' gem now.
https://github.com/aasm/aasm/commit/2368a4a2bbdf4c2edbf95f16a2351b8...
Committed by Yannick Rekinger
- M lib/aasm.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.