ccinos

Results 1 comments of ccinos

the possible solution is to add something like the following after saving the issue ./lib/scheduled_tasks_checker.rb ```ruby issue.save! + Mailer.deliver_issue_add(issue) interval = task.interval_number units = task.interval_units ```