Catch-all routes and routing constraints in Rails applications (opens in new tab)
I’ve worked with more than one Ruby on Rails application that has a catch-all GET route at the end of its config/routes.rb file:
Read the original articleI’ve worked with more than one Ruby on Rails application that has a catch-all GET route at the end of its config/routes.rb file:
Read the original article