mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
4 lines
83 B
Ruby
4 lines
83 B
Ruby
class Address < ActiveRecord::Base
|
|
belongs_to :contact
|
|
belongs_to :country
|
|
end
|