aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/matches.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-29 14:32:52 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-29 14:32:52 -0700
commitc308de87fa7a48d980b96c01d43045f17ee487ad (patch)
tree11f71e8e04f5e19ae54970216d9bb7bd0622750a /lib/arel/nodes/matches.rb
parent7a625bf74e4e197746b857ae23b1a0fdfd9f3be7 (diff)
downloadrails-c308de87fa7a48d980b96c01d43045f17ee487ad.tar.gz
rails-c308de87fa7a48d980b96c01d43045f17ee487ad.tar.bz2
rails-c308de87fa7a48d980b96c01d43045f17ee487ad.zip
adding better dot file support for our nodes
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