contactorama/app/models/phone.rb

3 lines
59 B
Ruby

class Phone < ActiveRecord::Base
belongs_to :contact
end