This commit is contained in:
Nicolas Bally 2019-12-19 13:30:29 +01:00
parent 6c012fd0b9
commit 66f3d2fae6

View File

@ -27,7 +27,7 @@ class VContact < ApplicationRecord
v_contacts = VContact.where(:enabled => true)
end
v_contacts = v_contacts.limit(2)
#v_contacts = v_contacts.limit(2)
v_contacts.each do |vc|
puts vc.codemanaginn