Keyrelay xmls

This commit is contained in:
Martin Lensment 2014-11-17 15:21:51 +02:00
parent f637b3ab98
commit f5ce88b548
4 changed files with 59 additions and 4 deletions

View file

@ -3,4 +3,6 @@ class Keyrelay < ActiveRecord::Base
belongs_to :requester, class_name: 'Registrar'
belongs_to :accepter, class_name: 'Registrar'
delegate :name, to: :domain, prefix: true
end