Sha256: 02d7c4dfbf8a232c00837b0875a1cf31bd4230ec18281d10e162cece52e587cb
Contents?: true
Size: 268 Bytes
Versions: 4
Compression:
Stored size: 268 Bytes
Contents
ActiveRecord::Schema.define do self.verbose = false create_table :cars, :force => true do |t| t.string :license_plate t.timestamps end create_table :wheels, :force => true do |t| t.references :vehicle, polymorphic: true t.timestamps end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
strong_presenter-0.2.2 | spec/support/schema.rb |
strong_presenter-0.2.1 | spec/support/schema.rb |
strong_presenter-0.2.0 | spec/support/schema.rb |
strong_presenter-0.1.0 | spec/support/schema.rb |