Changeset [a8058bfc914460f5e67fbb05dbb8ce4a6a6abeab] by Yannick Rekinger

January 30th, 2016 @ 06:25 PM

Adding RubyMotion support.

Changed all string-based eval logic to use RubyMotion supported logic instead.
https://github.com/aasm/aasm/commit/a8058bfc914460f5e67fbb05dbb8ce4...

Committed by Yannick Rekinger

  • M lib/aasm/base.rb
  • M lib/aasm/persistence.rb
New-ticket Create new ticket

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.