I wonder if there is a way to prevent name clash when using DomainName as a model name in Rails application, that has domain_name gem as an indirect dependency (activemailer's one).
We have TLD registry app here and I wanted to introduce new abstraction, though it lies on a higher level, than the one from your gem.
P.S. Similar discussion here rails/journey#49
I wonder if there is a way to prevent name clash when using
DomainNameas a model name in Rails application, that hasdomain_namegem as an indirect dependency (activemailer's one).We have TLD registry app here and I wanted to introduce new abstraction, though it lies on a higher level, than the one from your gem.
P.S. Similar discussion here rails/journey#49