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:
parent
e12513659d
commit
9e5a4423cd
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue