avo
avo copied to clipboard
Enable `all_resources(except: :solid_queue_resources)`
trafficstars
Feature
A user should be able to add all resources except some of them.
From here.
# both should work
all_resources(except: :solid_queue_resources)
all_resources(except: [:solid_queue_resources])
Let's add support to all_dashboards as well.
Interestingly enough, the all_resources method already takes **args that it passes down to the resources.
That's not documented, and I'm not sure we should yet.
Current workarounds
Add the resources one by one.
@yorsant said he can work on this task.