Object
billing reminder email to user
# File app/workers/billing_reminder.rb, line 5 def perform Company.active.each do |company| ActsAsTenant.with_tenant company do ExpertSessionView.billing_reminder end end end