Action Mailbox Routes
I'm adding action mailbox to my Rails + React app, the problem I'm having is that the mounted routes are at the very bottom of the routes file so it will not get called due to the fact that I need a catch all for my react app.
Is there a way to move the mailbox routes to the top of the file?