mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
4 lines
87 B
Ruby
4 lines
87 B
Ruby
class DomainStatus < ActiveRecord::Base
|
|
belongs_to :domain
|
|
belongs_to :setting
|
|
end
|