aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/does_not_match.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/does_not_match.rb')
-rw-r--r--lib/arel/nodes/does_not_match.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/nodes/does_not_match.rb b/lib/arel/nodes/does_not_match.rb
index b5693df711..33bdeab005 100644
--- a/lib/arel/nodes/does_not_match.rb
+++ b/lib/arel/nodes/does_not_match.rb
@@ -1,6 +1,6 @@
module Arel
module Nodes
- class DoesNotMatch < Binary
+ class DoesNotMatch < Arel::Nodes::Binary
end
end
end