aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/casted.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/casted.rb')
-rw-r--r--lib/arel/nodes/casted.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/nodes/casted.rb b/lib/arel/nodes/casted.rb
index 1d7385d01b..f945063dd2 100644
--- a/lib/arel/nodes/casted.rb
+++ b/lib/arel/nodes/casted.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Arel
module Nodes
- class Casted < Arel::Nodes::Node # :nodoc:
+ class Casted < Arel::Nodes::NodeExpression # :nodoc:
attr_reader :val, :attribute
def initialize val, attribute
@val = val