Skip to content

Commit 54749b9

Browse files
committed
Update class inheritance
1 parent 735730f commit 54749b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arel/visitors/crate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Dot < Arel::Visitors::Visitor
3232
alias :visit_Integer :visit_String
3333
end
3434

35-
class ToSql < Arel::Visitors::Visitor
35+
class ToSql < Arel::Visitors::Reduce
3636
alias :visit_Integer :literal
3737
end
3838
end

0 commit comments

Comments
 (0)