Sha256: 176372249f6bcfc36f33f0ea1016e784a326d1d423a58cb587694da2acb2a7da
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :database => ":memory:") ActiveRecord::Base.configurations = true ActiveRecord::Schema.verbose = false ActiveRecord::Schema.define(:version => 1) do create_table :posts do |t| t.datetime :created_at t.datetime :updated_at t.string :title t.string :status t.string :kind end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jacaranda-0.0.2 | spec/support/schema.rb |
jacaranda-0.0.1 | spec/support/schema.rb |