index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
models
/
computer.rb
blob: 1c9856e1af4d46590c6979d3a04ca3c83c6c066c (
plain
) (
blame
)
1
2
3
class
Computer
<
ActiveRecord
::
Base
belongs_to
:developer
,
foreign_key
:
"developer"
end