We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To override the controllers used by the stall routing, you can use the stall.rb initializer config.controllers config.
stall.rb
config.controllers
config.controllers = { products: 'products' }
Please see the initializer file in your app, or in the source code to know more about how it works.