From 1ba8ac0848f40c7fa18c9e7bdac944a50d3c348c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 10 Sep 2010 13:36:42 -0700 Subject: differentiating equality and assignment --- lib/arel/nodes/assignment.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/arel/nodes/assignment.rb (limited to 'lib/arel/nodes') diff --git a/lib/arel/nodes/assignment.rb b/lib/arel/nodes/assignment.rb new file mode 100644 index 0000000000..693bd5afe6 --- /dev/null +++ b/lib/arel/nodes/assignment.rb @@ -0,0 +1,6 @@ +module Arel + module Nodes + class Assignment < Arel::Nodes::Binary + end + end +end -- cgit v1.2.3