app/controllers/blazer/dashboards_controller.rb in sql-jarvis-2.0.2 vs app/controllers/blazer/dashboards_controller.rb in sql-jarvis-2.0.3

- old
+ new

@@ -49,10 +49,10 @@ end end def destroy @dashboard.destroy - redirect_to dashboards_path + redirect_to root_path end def refresh @dashboard.queries.each do |query| data_source = Blazer.data_sources[query.data_source]