Epp User login

This commit is contained in:
Martin Lensment 2014-06-20 17:12:46 +03:00
parent 76ec918426
commit e20b138644
12 changed files with 106 additions and 8 deletions

3
app/models/epp_user.rb Normal file
View file

@ -0,0 +1,3 @@
class EppUser < ActiveRecord::Base
belongs_to :registrar
end