internetee-registry/app/models/address.rb
2014-06-16 17:21:01 +03:00

4 lines
83 B
Ruby

class Address < ActiveRecord::Base
belongs_to :contact
belongs_to :country
end