Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require ActionCable and ActiveJob to workaround a bug
Even if these aren't being used, it turns out that turbo-rails still tries to autoload them in production. See: * hotwired/turbo-rails#478 * hotwired/turbo-rails#512 There's a workaround for the ActionCable issue but not for the ActiveJob one, so we just relent and require them.
- Loading branch information