aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
diff options
context:
space:
mode:
authormattbauer <bauer@mmmultiworks.com>2009-06-21 17:35:04 +0100
committerPratik Naik <pratiknaik@gmail.com>2009-06-21 17:35:04 +0100
commit83c1934003740ed01c618a8943457a0df53e2adb (patch)
tree7822f0bbe20603cc9563e4e59a6a4ba0f5cd71db /activerecord/test/schema/schema.rb
parent9cb8c812f2a23ab5653a7888740a014a02c97c18 (diff)
downloadrails-83c1934003740ed01c618a8943457a0df53e2adb.tar.gz
rails-83c1934003740ed01c618a8943457a0df53e2adb.tar.bz2
rails-83c1934003740ed01c618a8943457a0df53e2adb.zip
Ensure hm:t#create respects source associations hash conditions [#2090 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
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 b2aaccb352..d2d6d1f4b3 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -364,6 +364,7 @@ ActiveRecord::Schema.define do
create_table :readers, :force => true do |t|
t.integer :post_id, :null => false
t.integer :person_id, :null => false
+ t.boolean :skimmer, :default => false
end
create_table :shape_expressions, :force => true do |t|