Sha256: cb5369e0d9f815615909018071beb534f96b84ae37f7c05ff8803f1f109c9742

Contents?: true

Size: 173 Bytes

Versions: 2

Compression:

Stored size: 173 Bytes

Contents

class AutoMigration2 < ActiveRecord::Base
  migration_attr :some_attr1, :some_attr2
  migration_attr :some_attr3

  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_migration2.rb
automigration-0.2.1 test/models/auto_migration2.rb