Changeset [497a903d0c28a653e64816b72775e6b3b616ea87] by Thorsten Böttger
February 22nd, 2016 @ 02:16 AM
Merge pull request #329 from anilmaurya/master
Add namespace to aasm generator
https://github.com/aasm/aasm/commit/497a903d0c28a653e64816b72775e6b...
Committed by Thorsten Böttger
- M lib/generators/aasm/aasm_generator.rb
- M lib/generators/active_record/aasm_generator.rb
- M lib/generators/mongoid/aasm_generator.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.