You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, interesting! I don't think this is something I've ever really used.
I think we'd need to do some work on the resolver to be able to pick up the routes, which if you're needing to do it manually so far hints towards that.
Would you be able to put together an example repository (with just Rails and a similar scoped dynamic routes example) that fits your use case? That'd provide a good starting point to play around and understand what we'd need to do.
Right now our current Rails API is a database per tenant model. With our sharding we use middleware based on dynamic scopes in the routing.
It's been a minute since I've worked with Rails and Administrate so forgive me!
We have routes declared as so
The only solution to get some of the functionality working is customizing views etc...
Is it possible to have Administrate handle the dynamic scopes or is there possibility an existing solution?
The text was updated successfully, but these errors were encountered: