We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.