1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib
yuuji.yaginuma 0b2197774c use descendants to get class that inherited ActiveJob::Base
`subclasses` get only child classes.
Therefore, if create a job common parent class as `ApplicationJob`,
inherited class does not get properly.
2016-09-05 09:21:10 +09:00
..
active_job use descendants to get class that inherited ActiveJob::Base 2016-09-05 09:21:10 +09:00
rails/generators/job normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
active_job.rb applies new string literal convention in activejob/lib 2016-08-06 18:40:07 +02:00