Ya no usamos un hash de queries

This commit is contained in:
f 2021-08-03 10:15:48 -03:00
parent 6f08ca6c36
commit 489cbb414c

View file

@ -6,4 +6,4 @@
-#
Por alguna razón no tenemos acceso a query_path para poder
generar la URL según Rails
%td= link_to query[:name], "/sites/#{params[:site_id]}/stats/queries/#{query[:to_param]}"
%td= link_to query[:name], "/sites/#{params[:site_id]}/stats/queries/#{query.to_param}"