Hi.
After trying to mount this and use it in a project, I get this error:
"NoMethodError at /q/1
undefined method `human' for #<#Class:0x007f8b1c39e208:0x007f8b11e132c0>"
The issue is in line 29 of _query.html.slim, namely:
th.created_at= human(Adhoq::Execution, :created_at)