Removed legacy contacts form api users

This commit is contained in:
Priit Tark 2015-05-11 15:59:44 +03:00
parent 321e28b8c7
commit 24b51809c3

View file

@ -13,7 +13,6 @@ class ApiUser < User
# TODO: should have max request limit per day # TODO: should have max request limit per day
belongs_to :registrar belongs_to :registrar
has_many :contacts
has_many :certificates has_many :certificates
validates :username, :password, :registrar, presence: true validates :username, :password, :registrar, presence: true