lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-0.3.1 vs lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-0.3.2

- old
+ new

@@ -5,10 +5,14 @@ # Set the title that is displayed on the main layout # for each of the active admin pages. # config.site_title = "<%= Rails.application.class.name.split("::").first.titlecase %>" + # Set the link url for the title. For example, to take + # users to your main site. Defaults to no link. + # + # config.site_title_link = "/" # == Default Namespace # # Set the default namespace each administration resource # will be added to. @@ -22,10 +26,9 @@ # To set no namespace by default, use: # config.default_namespace = false # # Default: # config.default_namespace = :admin - # == User Authentication # # Active Admin will automatically call an authentication # method in a before filter of all controller actions to