This commit is contained in:
Nicolas Bally 2020-01-12 21:02:39 +01:00
parent de0c9d0677
commit 6d7bf8a44c

View File

@ -89,7 +89,7 @@ class KapsDay < ActiveRecord::Base
end end
def cron def self.cron
PCustomer.all.each do |pc| PCustomer.all.each do |pc|
pc.generate_kaps_days pc.generate_kaps_days
end end