lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-1.0.0.pre5 vs lib/generators/active_admin/install/templates/active_admin.rb.erb in activeadmin-1.0.0

- old
+ new

@@ -177,9 +177,16 @@ # Breadcrumbs are enabled by default. You can customize them for individual # resources or you can disable them globally from here. # # config.breadcrumb = false + # == Create Another Checkbox + # + # Create another checkbox is disabled by default. You can customize it for individual + # resources or you can enable them globally from here. + # + # config.create_another = true + # == Register Stylesheets & Javascripts # # We recommend using the built in Active Admin layout and loading # up your own stylesheets / javascripts to customize the look # and feel.