Sha256: 019df1b2377c8f47559fa52d83952327e034fe8a208ccedbd9930f50eeaf57fa

Contents?: true

Size: 143 Bytes

Versions: 2

Compression:

Stored size: 143 Bytes

Contents

class AutoMigration1a < ActiveRecord::Base
  add_field :integer, :additional_field

  has_fields do |f|
    f.integer :integer_field
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
automigration-0.2.2 test/models/auto_migration1a.rb
automigration-0.2.1 test/models/auto_migration1a.rb