From 24b51809c3f26cd5f37c01b7b4d347269182c416 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 11 May 2015 15:59:44 +0300 Subject: [PATCH] Removed legacy contacts form api users --- app/models/api_user.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/api_user.rb b/app/models/api_user.rb index 5e4b6ab00..ca3f9a07a 100644 --- a/app/models/api_user.rb +++ b/app/models/api_user.rb @@ -13,7 +13,6 @@ class ApiUser < User # TODO: should have max request limit per day belongs_to :registrar - has_many :contacts has_many :certificates validates :username, :password, :registrar, presence: true