Changeset [7443311fb499f442ca590b9fbac158637b547e07] by KiranMahale

November 15th, 2018 @ 04:18 AM

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

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.