Changeset [14061ca7528fe92e0b598f1ac26a611c3675a82f] by Thorsten Böttger
November 26th, 2011 @ 12:30 PM
class refactorings
https://github.com/rubyist/aasm/commit/14061ca7528fe92e0b598f1ac26a...
Committed by Thorsten Böttger
- A lib/aasm/supporting_classes/event.rb
- A lib/aasm/supporting_classes/state.rb
- A lib/aasm/supporting_classes/state_transition.rb
- R lib/aasm/event.rb
- R lib/aasm/state.rb
- R lib/aasm/state_transition.rb
- R lib/aasm/supporting_classes.rb
- M lib/aasm.rb
- M lib/aasm/aasm.rb
- M lib/aasm/localizer.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.