a = MODEL.where("COLUMN like ?", "%SEARCH%");0 puts a.length puts " " a.all.each do |a| puts a.id end;0