Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not require active_storage/engine
The activestorage adapter is optional and stores might use another attachment adapter (ie. paperclip). Since bundler already requires activestorage if the store decided to use activestorage adapter (either via a direct dependency or the transient rails gem) we do not need to require it in our engine. This removes a LoadError for stores/engines that do not use activestorage. (cherry picked from commit ea0254b)
- Loading branch information