app/controllers/admin/dashboards_controller.rb in ab_admin-0.8.3 vs app/controllers/admin/dashboards_controller.rb in ab_admin-0.9.0

- old
+ new

@@ -11,9 +11,9 @@ def action_items [] end - def settings - {} + def custom_settings + {search: false} end end