aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/jobs/application_job.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove useless importSnowmanzzz(Zhengzhong Zhao)2016-12-301-2/+0
|
* use `descendants` to get class that inherited `ActiveJob::Base`yuuji.yaginuma2016-09-051-0/+4
`subclasses` get only child classes. Therefore, if create a job common parent class as `ApplicationJob`, inherited class does not get properly.