aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-12-23 21:47:58 +0000
committerJon Leighton <j@jonathanleighton.com>2011-12-24 11:08:15 +0000
commit649869557a9592af5767b0ad3ae65d84fa0c0eb9 (patch)
tree280afd21f54530c0a180b02958085eddb6f81fa8 /activerecord/test/schema/schema.rb
parentba7ec73f6a5c98c008e8e48eb06e9b9a17a91991 (diff)
downloadrails-649869557a9592af5767b0ad3ae65d84fa0c0eb9.tar.gz
rails-649869557a9592af5767b0ad3ae65d84fa0c0eb9.tar.bz2
rails-649869557a9592af5767b0ad3ae65d84fa0c0eb9.zip
Fixtures support for ActiveRecord::Model
Diffstat (limited to 'activerecord/test/schema/schema.rb')
-rw-r--r--activerecord/test/schema/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index 09c8c25d74..8706732230 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -598,6 +598,7 @@ ActiveRecord::Schema.define do
create_table :teapots, :force => true do |t|
t.string :name
+ t.timestamps
end
create_table :topics, :force => true do |t|