mirror of
https://github.com/github/rails.git
synced 2026-01-29 16:28:09 -05:00
4 lines
91 B
Ruby
4 lines
91 B
Ruby
class Computer < ActiveRecord::Base
|
|
belongs_to :developer, :foreign_key=>'developer'
|
|
end
|