You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: