diff --git a/app/models/v_contact.rb b/app/models/v_contact.rb index 84a4f27..916591a 100644 --- a/app/models/v_contact.rb +++ b/app/models/v_contact.rb @@ -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