Changeset [86c3883ab5e82345bd4a1fef9a949252eb12d0b0] by Thorsten Böttger

May 24th, 2014 @ 12:23 PM

Merge pull request #130 from enbaglisash/patch

replace clazz to klass so to uniformize the variable name
https://github.com/aasm/aasm/commit/86c3883ab5e82345bd4a1fef9a94925...

Committed by Thorsten Böttger

  • 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
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.