From 66f3d2fae688a9201db39eb7ead0266fc5d1a07c Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 19 Dec 2019 13:30:29 +0100 Subject: [PATCH] suite --- app/models/v_contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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