Sends reminder email to fixxpert to attend the session.
# File app/workers/reminder_to_attend_session.rb, line 5 def perform Company.active.each do |company| ActsAsTenant.with_tenant company do ExpertSessionView.reminder_to_attend_session end end end