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