Changeset [cfa198031cbd84e5f3fb942d04fed32ca49c20da] by Ito Tubasa
May 24th, 2014 @ 02:42 AM
replace clazz
to klass
so to
uniformize the variable name
https://github.com/aasm/aasm/commit/cfa198031cbd84e5f3fb942d04fed32...
Committed by Ito Tubasa
- M lib/aasm/base.rb
- M lib/aasm/persistence/base.rb
- M lib/aasm/state.rb
- M lib/aasm/state_machine.rb
- M spec/unit/memory_leak_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.