aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/compatibility/wheres.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/compatibility/wheres.rb')
-rw-r--r--activerecord/lib/arel/compatibility/wheres.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/activerecord/lib/arel/compatibility/wheres.rb b/activerecord/lib/arel/compatibility/wheres.rb
index 3e60894bd8..2ffb2e0ad8 100644
--- a/activerecord/lib/arel/compatibility/wheres.rb
+++ b/activerecord/lib/arel/compatibility/wheres.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
module Arel
module Compatibility # :nodoc:
class Wheres # :nodoc:
@@ -15,7 +16,7 @@ module Arel
end
end
- def initialize engine, collection
+ def initialize(engine, collection)
@engine = engine
@collection = collection
end