Skip to content

Override stall controllers

Valentin Ballestrino edited this page Jun 9, 2017 · 1 revision

To override the controllers used by the stall routing, you can use the stall.rb initializer config.controllers config.

config.controllers = { products: 'products' }

Please see the initializer file in your app, or in the source code to know more about how it works.

Clone this wiki locally