1 2 3 4 5 6 7 8 9 10
module Arel module SqlCompiler class MySQLCompiler < GenericCompiler def limited_update_conditions(conditions) conditions end end end end