Add basic keyrelay command, tests

This commit is contained in:
Martin Lensment 2014-11-14 16:11:09 +02:00
parent 1f5efa78ac
commit ec721b69c0
10 changed files with 133 additions and 5 deletions

6
app/models/keyrelay.rb Normal file
View file

@ -0,0 +1,6 @@
class Keyrelay < ActiveRecord::Base
belongs_to :domain
belongs_to :requester, class_name: 'Registrar'
belongs_to :accepter, class_name: 'Registrar'
end