aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/extensions/array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_relation/extensions/array.rb')
-rw-r--r--lib/active_relation/extensions/array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_relation/extensions/array.rb b/lib/active_relation/extensions/array.rb
index 2af5832707..793c06aad8 100644
--- a/lib/active_relation/extensions/array.rb
+++ b/lib/active_relation/extensions/array.rb
@@ -7,7 +7,7 @@ class Array
"(" + collect { |e| e.to_sql(formatter) }.join(', ') + ")"
end
- def predicate_sql
+ def inclusion_predicate_sql
"IN"
end
end \ No newline at end of file