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
I reproduced this locally, but I don't think the extra namespace should be necessary. api.rb's mount method does keep track of the path, but I didn't follow further to see how the route matching is done when a path is set. If you come up with a fix for this, I can look it over and merge it.
Thanks for the quick reply. Yeah, it's probably worth making a pull request for it. I guess the pull request would modify API#mount to set the namespace inside of the mounted class, but that's just from glancing at the source.
Calling
/users
results in a 404. This is circumvented by adding another explicit namespace at the top ofUsers
. Should this be necessary?The text was updated successfully, but these errors were encountered: