aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-10-14 13:44:32 +0100
committerJon Leighton <j@jonathanleighton.com>2010-10-14 13:44:32 +0100
commit002985fb66ae63f157db84f83520c3c256c04f77 (patch)
treebbcb831a16fabb527746afe7aa6358e61cff521e /activerecord/test/schema
parent25acd19da5f75a425218740fbb187b18bbb060ce (diff)
downloadrails-002985fb66ae63f157db84f83520c3c256c04f77.tar.gz
rails-002985fb66ae63f157db84f83520c3c256c04f77.tar.bz2
rails-002985fb66ae63f157db84f83520c3c256c04f77.zip
Add test_has_one_through_has_one_through_with_belongs_to_source_reflection
Diffstat (limited to 'activerecord/test/schema')
-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 2fa9a4521e..8b9c56b895 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -113,6 +113,7 @@ ActiveRecord::Schema.define do
create_table :clubs, :force => true do |t|
t.string :name
+ t.integer :category_id
end
create_table :collections, :force => true do |t|