Skip to content

Commit ce6e80f

Browse files
authored
Merge pull request #386 from rawburt/patch-1
Change `int` to `integer`
2 parents 4740e2e + 89faa65 commit ce6e80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsite/source/attributes.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Users < ROM::Relation[:sql]
7474
schema(infer: true)
7575
7676
def index
77-
select(:id, :name, tasks[:id].func { int::count(id).as(:task_count) }).
77+
select(:id, :name, tasks[:id].func { integer::count(id).as(:task_count) }).
7878
left_join(tasks).
7979
group(:id)
8080
end

0 commit comments

Comments
 (0)