lib/rack/insight/panels/sql_panel.rb in rack-insight-0.5.4 vs lib/rack/insight/panels/sql_panel.rb in rack-insight-0.5.5

- old
+ new

@@ -13,10 +13,10 @@ %w{ PostgreSQLAdapter MysqlAdapter SQLiteAdapter Mysql2Adapter OracleEnhancedAdapter }.each do |adapter| instrument "ActiveRecord::ConnectionAdapters::#{adapter}" do instance_probe :execute end - end + end end table_setup("sql_queries") end def self.panel_mappings