Ruby on Rails: Advanced routing
In this article, we’ll cover some advance configurations that Ruby on Rails provides us for routing.
Routing concerns
Concerns allow us to create reusable routes that can be used inside other resources and routes.
Rails.application.routes.draw do
c...
shreyanshgupta.hashnode.dev3 min read