When i have a Domain with a Resource, lets say Flora and Plant, i can add to the code interface of the Domain in a fragment by re-opening the resources block.
Like this:
resources do
resource App.Flora.Plant do
define :grow
end
end
But calling Ash.Domain.Info.resources(App.Flora) now returns the resource twice.
[App.Flora.Plant, App.Flora.Plant]
Is there a way to make that work without this change up the output of the inspection tools?






















