Tests for registrar ip whitelist

This commit is contained in:
Martin Lensment 2015-05-20 16:32:54 +03:00
parent 9fd54025f5
commit a7a984d999
3 changed files with 32 additions and 4 deletions

View file

@ -34,7 +34,7 @@ class WhiteIp < ActiveRecord::Base
).and(
at[:ipv4].eq(ip)
)
)
).any?
end
end
end