Closed tobidelius closed 1 year ago
We had an issue with rails lazy loading in development. We fetch the pdf on an internal path and "our" ApplicationController took precedence over yours. We fixed this by inheriting directly with the module itself.
ApplicationController
@sandelius is this still useful ? #cleaningup
Probably not since Rails uses another autoloader now.
We had an issue with rails lazy loading in development. We fetch the pdf on an internal path and "our"
ApplicationController
took precedence over yours. We fixed this by inheriting directly with the module itself.