Learnt Ruby/Ruby on Rails
#TIL
You can use #send method inside a Rails controller to call a named route.

This is useful when you are building a generic middleware router.

;)