aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/arel/algebra/predicates.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/algebra/predicates.rb b/lib/arel/algebra/predicates.rb
index 5f780f32ff..88e0ae9b18 100644
--- a/lib/arel/algebra/predicates.rb
+++ b/lib/arel/algebra/predicates.rb
@@ -19,7 +19,7 @@ module Arel
end
class Polyadic < Predicate
- attributes :predicates
+ attr_reader :predicates
def initialize(*predicates)
@predicates = predicates