aboutsummaryrefslogtreecommitdiffstats
path: root/app/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Routing is a named concept nowDavid Heinemeier Hansson2018-09-192-7/+7
|
* Temp routing directly to named controllerDavid Heinemeier Hansson2018-09-191-1/+1
| | | | Need the singleton to live somewhere proper.
* Simpler class definitionDavid Heinemeier Hansson2018-09-191-6/+4
| | | | Don't actually remember why we've used the explicit module wrapper before?
* Attach a concrete router to the root mailbox and use itDavid Heinemeier Hansson2018-09-191-1/+1
| | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it.
* Add incineration by defaultDavid Heinemeier Hansson2018-09-191-0/+11
|
* Follow db table conventionDavid Heinemeier Hansson2018-09-191-1/+1
|
* Inherit from ActiveJob::Base rather than ApplicationJobDavid Heinemeier Hansson2018-09-181-0/+9
Don't want to trigger app-specific behavior here.