This commit is contained in:
Nicolas Bally 2019-11-03 17:12:10 +01:00
parent ba8f4c6df3
commit fc494fe203
2 changed files with 2 additions and 1 deletions

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

View File

@ -124,5 +124,6 @@ Rails.application.configure do
Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'https' }
config.log_level = :warn
end