lib/generators/avo/templates/initializer/avo.tt in avo-3.0.1.beta7 vs lib/generators/avo/templates/initializer/avo.tt in avo-3.0.1.beta8
- old
+ new
@@ -1,10 +1,15 @@
# For more information regarding these settings check out our docs https://docs.avohq.io
+# The values disaplayed here are the default ones. Uncomment and change them to fit your needs.
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"
+
+ # Sometimes you migth want to mount Avo's engines yourself.
+ # https://docs.avohq.io/3.0/routing.html
+ # config.mount_avo_engines = true
# Where should the user be redirected when visting the `/<%= options[:path] %>` url
# config.home_path = nil
## == Licensing ==