Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Andres Keskküla 2014-08-28 15:38:10 +03:00
commit 23d24aad84
4 changed files with 34 additions and 12 deletions

View file

@ -73,8 +73,7 @@ class Contact < ActiveRecord::Base
end
def auth_info_matches(pw)
return true if auth_info == pw
false
auth_info == pw
end
# Find a way to use self.domains with contact