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
{{ message }}
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.
I'm using Rails 4.1 and have not installed the gem separately.
I have a catch all route as the last route in my routes.rb file
get '*path' => 'main#page_not_found'
This catches also the preview path.
What would be the recommended way to implement the catch all route so that it would not conflict with the preview path? Or can I explicitly define the preview path in the route file?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using Rails 4.1 and have not installed the gem separately.
I have a catch all route as the last route in my routes.rb file
This catches also the preview path.
What would be the recommended way to implement the catch all route so that it would not conflict with the preview path? Or can I explicitly define the preview path in the route file?
The text was updated successfully, but these errors were encountered: