Changeset [a7d7f7cf2930d15a17ba41c79c3f5efad0baf740] by Anil Kumar Maurya

September 21st, 2016 @ 06:16 AM

Merge pull request #398 from crossb0w/ar-generator-includes-column-name

added custom-name to generator to avoid uninitialized constant error
https://github.com/aasm/aasm/commit/a7d7f7cf2930d15a17ba41c79c3f5ef...

Committed by Anil Kumar Maurya

  • M lib/generators/active_record/aasm_generator.rb
  • M spec/generators/active_record_generator_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.