mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
3 lines
61 B
Ruby
3 lines
61 B
Ruby
class Contact < ActiveRecord::Base
|
|
has_many :addresses
|
|
end
|