lib/generators/avo/templates/initializer/avo.tt in avo-2.28.1.pre.pr1642 vs lib/generators/avo/templates/initializer/avo.tt in avo-2.28.2.pre.pr1642
- old
+ new
@@ -1,8 +1,10 @@
# For more information regarding these settings check out our docs https://docs.avohq.io
Avo.configure do |config|
## == Routing ==
config.root_path = '/<%= options[:path] %>'
+ # used only when you have custom `map` configuration in your config.ru
+ # config.prefix_path = "/internal"
# Where should the user be redirected when visting the `/<%= options[:path] %>` url
# config.home_path = nil
## == Licensing ==