mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
3 lines
61 B
Ruby
3 lines
61 B
Ruby
class Contact < ActiveRecord::Base
|
|
has_many :addresses
|
|
end
|