aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/contract.rb
blob: 94fd48e12aa012fa3ac2ccd0b479a4c1a0f5536c (plain) (blame)
1
2
3
4
class Contract < ActiveRecord::Base
  belongs_to :company
  belongs_to :developer
end