Bläddra i källkod

Fixed highlighting

Andrew Kane 8 år sedan
förälder
incheckning
cebee37278
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/views/blazer/queries/show.html.erb

+ 1 - 1
app/views/blazer/queries/show.html.erb

@@ -172,7 +172,7 @@
   </script>
 <% end %>
 
-<% if Blazer.data_sources[@query.data_source].adapter == "activerecord" %>
+<% if Blazer.data_sources[@query.data_source].adapter == "sql" %>
   <script>
     // do not highlight really long queries
     // this can lead to performance issues