Sha256: 32d69116b99cfddbdbedcd015fdb968da701d9279d78248adfc7c049fffcd8b0
Contents?: true
Size: 219 Bytes
Versions: 51
Compression:
Stored size: 219 Bytes
Contents
module Arel module SqlCompiler class Mysql2Compiler < GenericCompiler def limited_update_conditions(conditions, taken) conditions << " LIMIT #{taken}" conditions end end end end
Version data entries
51 entries across 51 versions & 5 rubygems