lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-3.2.0 vs lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-3.2.1

- old
+ new

@@ -256,10 +256,10 @@ # # If you wanted to add a static menu item to the default menu provided: # # config.namespace :admin do |admin| # admin.build_menu :default do |menu| - # menu.add label: "My Great Website", url: "http://www.mygreatwebsite.com", html_options: { target: :blank } + # menu.add label: "My Great Website", url: "http://www.mygreatwebsite.com", html_options: { target: "_blank" } # end # end # == Download Links #