Changeset [239b536fe038fa640c6d8b214dd1754eb5e91958] by Thorsten Böttger
January 7th, 2016 @ 10:08 PM
allow :send as event name #257
https://github.com/aasm/aasm/commit/239b536fe038fa640c6d8b214dd1754...
Committed by Thorsten Böttger
- M lib/aasm/core/event.rb
- M lib/aasm/core/state.rb
- M lib/aasm/core/transition.rb
- M spec/models/state_machine_with_failed_event.rb
- M spec/unit/event_naming_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.