Add business registry support for contacts controller

This commit is contained in:
Maciej Szlosarczyk 2018-08-09 15:04:22 +03:00
parent b18db19035
commit 4cc0669286
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
4 changed files with 45 additions and 10 deletions

View file

@ -26,4 +26,4 @@ class Registrant::ContactsController < RegistrantController
BusinessRegistryCache.fetch_by_ident_and_cc(ident, ident_cc).associated_domain_ids
end
end
end
end