—
Shrine
Fixed versions plugin removing what was set by default_url plugin, if default_url plugin was loaded before versions
class MyUploader < Shrine plugin(:default_url) { |context| } plugin(:versions) # doesn't remove default_url anymore end