git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de

This commit is contained in:
David Heinemeier Hansson 2005-01-11 00:53:04 +00:00
parent e38ee7cd7f
commit 0f4cba7b86
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
class Computer < ActiveRecord::Base
belongs_to :developer, :foreign_key=>'developer'
end

View File

@ -0,0 +1,3 @@
workstation:
id: 1
developer: 1