Fix auto-reloading of multipart.rb
During development, it's quite common to see the error: ``` A copy of Gitlab::Middleware::Multipart has been removed from the module tree but is still active! ``` Prefixing the uploaders with :: should prevent this from happening. See https://stackoverflow.com/a/29710188/1992201 for more details.
Showing
Please register or sign in to comment