aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-20 15:31:50 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-20 15:31:50 -0700
commit86dd717c203f6056b4fa367080c989c3411b7300 (patch)
tree3c8fb24b6ac3643c9a81e45fa676f4eeb4cb13a8 /lib
parent205e59d65bf555119070c6c059c0f229f7f4e0dd (diff)
downloadrails-86dd717c203f6056b4fa367080c989c3411b7300.tar.gz
rails-86dd717c203f6056b4fa367080c989c3411b7300.tar.bz2
rails-86dd717c203f6056b4fa367080c989c3411b7300.zip
remove useless metaprogramming
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