module RocketJob::Plugins::Restart

@deprecated

Private Instance Methods

rocket_job_restart_abort() click to toggle source
# File lib/rocket_job/plugins/restart.rb, line 17
def rocket_job_restart_abort
  new_record? ? abort : abort!
end