aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/arel/nodes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes.rb b/lib/arel/nodes.rb
index e62f9f909e..49000af4ab 100644
--- a/lib/arel/nodes.rb
+++ b/lib/arel/nodes.rb
@@ -76,6 +76,7 @@ module Arel
end
class Quoted < Arel::Nodes::Unary # :nodoc:
+ alias :val :value
end
def self.build_quoted other, attribute = nil