mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
5 lines
80 B
Ruby
5 lines
80 B
Ruby
class Reference < ActiveRecord::Base
|
|
belongs_to :person
|
|
belongs_to :job
|
|
end
|