1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removing some debugging code. oops!

This commit is contained in:
Aaron Patterson 2010-09-20 15:59:52 -07:00
parent e12513659d
commit 9e5a4423cd

View file

@ -1,10 +1,6 @@
module Arel
module Nodes
class In < Equality
def initialize left, right
raise if Arel::SelectManager === right
super
end
end
end
end