Ask A Question

Notifications

You’re not receiving notifications from this thread.

Action Mailbox Routes

Stephen Sizer asked in Rails

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?

Reply

Add a constraint to your catch-all to ignore the /rails routes. 👍

Reply

@chris Legend!! Thanks sir!

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 81,842+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.