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) v_contacts = VContact.where(:enabled => true)
end end
v_contacts = v_contacts.limit(2) #v_contacts = v_contacts.limit(2)
v_contacts.each do |vc| v_contacts.each do |vc|
puts vc.codemanaginn puts vc.codemanaginn