( ( ) ( ) )

master
Denis Knauf 2011-11-30 16:20:56 +01:00
parent db1eec6fa7
commit 3d08496ec4
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ class SmqlToAR
def default() SmqlToAR::And end
def default_new( parent) default.new self, parent, false end
def collect_build_where
collect {|x| x.respond_to?( :build_where) ? x.build_where : x.to_s }
collect {|x| "( #{x.respond_to?( :build_where) ? x.build_where : x.to_s } )" }
end
end