We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
int
integer
1 parent 4740e2e commit 89faa65Copy full SHA for 89faa65
docsite/source/attributes.html.md
@@ -74,7 +74,7 @@ class Users < ROM::Relation[:sql]
74
schema(infer: true)
75
76
def index
77
- select(:id, :name, tasks[:id].func { int::count(id).as(:task_count) }).
+ select(:id, :name, tasks[:id].func { integer::count(id).as(:task_count) }).
78
left_join(tasks).
79
group(:id)
80
end
0 commit comments