Changeset [5332ffe0797392554b1ce571706cf665fbb6ec2c] by Yannick Rekinger
February 5th, 2016 @ 05:00 PM
Fixed an issue due to RubyMotion Proc's lack of 'source_location' method.
This may have some impact on debugging for RubyMotion, I would
recommend using symbols to define guardians and callbacks whenever
possible.
https://github.com/aasm/aasm/commit/5332ffe0797392554b1ce571706cf66...
Committed by Yannick Rekinger
- M README.md
- M lib/aasm/core/transition.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.