SUMMARY

Getting Started

  1. adding gem to Gemfile

gem 'zfben_rails_jobs'
  1. update bundle

bundle install

How to use

class Sth
  def todo args
  end
end

Jobs.new.add(Sth, :todo, args)