mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
6 lines
159 B
Ruby
6 lines
159 B
Ruby
class Keyrelay < ActiveRecord::Base
|
|
belongs_to :domain
|
|
|
|
belongs_to :requester, class_name: 'Registrar'
|
|
belongs_to :accepter, class_name: 'Registrar'
|
|
end
|