Changeset [5d30c8ac2023744614a076f8a17db968c5459173] by KiranMahale

November 1st, 2018 @ 08:29 AM

no migration will be added if model and column is exists
https://github.com/aasm/aasm/commit/5d30c8ac2023744614a076f8a17db96...

Committed by KiranMahale

  • A spec/models/active_record/job.rb
  • M Gemfile
  • M aasm.gemspec
  • M lib/generators/aasm/orm_helpers.rb
  • M lib/generators/active_record/aasm_generator.rb
  • M spec/database.rb
  • M spec/generators/active_record_generator_spec.rb
  • M spec/spec_helper.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.