rails--rails/activejob/lib/rails/generators/job
yuuji.yaginuma 9a9fc01af0 generate ApplicationJob if it does not already exist
ActiveJob jobs now inherit from ApplicationJob by default.
However, when updating to Rails 5 from the old Rails,
since there is a possibility that ApplicationJob does not exist.
2016-03-25 13:21:37 +09:00
..
templates generate ApplicationJob if it does not already exist 2016-03-25 13:21:37 +09:00
job_generator.rb generate ApplicationJob if it does not already exist 2016-03-25 13:21:37 +09:00