method
condition_word
condition_word(sql)
private
Hide source
# File activerecord/lib/active_record/associations.rb, line 1056 def condition_word(sql) sql =~ /where/i ? " AND " : "WHERE " end