aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/computer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/computer.rb')
-rw-r--r--activerecord/test/fixtures/computer.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/fixtures/computer.rb b/activerecord/test/fixtures/computer.rb
deleted file mode 100644
index f26312f9a6..0000000000
--- a/activerecord/test/fixtures/computer.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class Computer < ActiveRecord::Base
- belongs_to :developer, :foreign_key=>'developer'
-end
-