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.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/arel/nodes/matches.rb b/lib/arel/nodes/matches.rb
new file mode 100644
index 0000000000..4b9fd34ad1
--- /dev/null
+++ b/lib/arel/nodes/matches.rb
@@ -0,0 +1,6 @@
+module Arel
+ module Nodes
+ class Matches < Binary
+ end
+ end
+end