lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-2.13.1 vs lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-2.14.0
- old
+ new
@@ -16,9 +16,26 @@
#
# Note: Aim for an image that's 21px high so it fits in the header.
#
# config.site_title_image = "logo.png"
+ # == Load Paths
+ #
+ # By default Active Admin files go inside app/admin/.
+ # You can change this directory.
+ #
+ # eg:
+ # config.load_paths = [File.join(Rails.root, 'app', 'ui')]
+ #
+ # Or, you can also load more directories.
+ # Useful when setting namespaces with users that are not your main AdminUser entity.
+ #
+ # eg:
+ # config.load_paths = [
+ # File.join(Rails.root, 'app', 'admin'),
+ # File.join(Rails.root, 'app', 'cashier')
+ # ]
+
# == Default Namespace
#
# Set the default namespace each administration resource
# will be added to.
#