Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temp routing directly to named controller | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | | | | Need the singleton to live somewhere proper. | ||||
* | Simpler class definition | David Heinemeier Hansson | 2018-09-19 | 1 | -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 it | David Heinemeier Hansson | 2018-09-19 | 1 | -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 default | David Heinemeier Hansson | 2018-09-19 | 1 | -0/+11 |
| | |||||
* | Follow db table convention | David Heinemeier Hansson | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Inherit from ActiveJob::Base rather than ApplicationJob | David Heinemeier Hansson | 2018-09-18 | 1 | -0/+9 |
Don't want to trigger app-specific behavior here. |