lib/rack/insight/panels/speedtracer_panel/trace-app.rb in rack-insight-0.5.13 vs lib/rack/insight/panels/speedtracer_panel/trace-app.rb in rack-insight-0.5.14

- old
+ new

@@ -5,9 +5,14 @@ CONTENT_TYPE = 'application/json;charset=UTF-8'.freeze FourOhFour = [404, {"Content-Type" => "text/html"}, "App tracker doesn't know that path or id"].freeze + class << self + attr_accessor :has_table + end + self.has_table = true + def initialize table_setup("speedtracer", "uuid") key_sql_template = "'%s'" end