suite
This commit is contained in:
parent
ba8f4c6df3
commit
fc494fe203
@ -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
|
||||||
|
@ -124,5 +124,6 @@ Rails.application.configure do
|
|||||||
|
|
||||||
Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'https' }
|
Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'https' }
|
||||||
|
|
||||||
|
config.log_level = :warn
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user