aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/extensions/class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/algebra/extensions/class.rb')
-rw-r--r--lib/arel/algebra/extensions/class.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/algebra/extensions/class.rb b/lib/arel/algebra/extensions/class.rb
index 56cad3aaa8..d0894931da 100644
--- a/lib/arel/algebra/extensions/class.rb
+++ b/lib/arel/algebra/extensions/class.rb
@@ -2,7 +2,7 @@ module Arel
module ClassExtensions
def attributes(*attrs)
@attributes = attrs
- attr_reader *attrs
+ attr_reader(*attrs)
end
def deriving(*methods)