From 6d47c4cae51fe5fd04ef999de96f54138cae7f88 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 24 Mar 2014 17:18:56 -0700 Subject: build quoted nodes in factory methods --- lib/arel/nodes/node.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/arel/nodes') diff --git a/lib/arel/nodes/node.rb b/lib/arel/nodes/node.rb index a3eadf7170..36e7628612 100644 --- a/lib/arel/nodes/node.rb +++ b/lib/arel/nodes/node.rb @@ -51,8 +51,6 @@ module Arel ::Arel::Visitors::DepthFirst.new(block).accept self end - - def cast_reference?; false; end # :nodoc: end end end -- cgit v1.2.3