Rails Controller-Specific Middleware
Did you know you can set controller-specific middleware in your Rails controller with the use method? I found this while looking through the docs for ActionController::Metal.
https://api.rubyonrails.org/classes/ActionController/Metal.html#method-c-us...
railscraft.hashnode.dev1 min read