class MailyHerald::ScheduleUpdater

Public Instance Methods

perform(id) click to toggle source
# File lib/maily_herald.rb, line 39
def perform id
  dispatch = MailyHerald::Dispatch.find(id)
  dispatch.set_schedules if dispatch.respond_to?(:set_schedules)
end