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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/computer.rb b/activerecord/test/fixtures/computer.rb
index cc8deb1b2b..f26312f9a6 100644
--- a/activerecord/test/fixtures/computer.rb
+++ b/activerecord/test/fixtures/computer.rb
@@ -1,3 +1,4 @@
class Computer < ActiveRecord::Base
belongs_to :developer, :foreign_key=>'developer'
end
+