Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lazy load hooks to hook on ActionController::Base:
- Calling directly ActionController::Base affects the initialization process (one of them being one that controls ActionController configuration) - As a result setting configuration inside an initializer (such as the asset_host), doesn't have any effect
- Loading branch information