lardawge/carrierwave_backgrounder

Callback attempt made even when carrierwave enable_processing flag is false

Closed this issue · 2 comments

fe8b393 caused this regression.

Not sure what you are saying... the code you pointed to takes enable_processing into account.

Sorry for being cryptic. In the right hand side of the ||, it sends the callback method to the object before testing whether enable_processing is set. So if you're in a test environment, where those methods may not be present, it will blow up.