3 lines
99 B
Ruby
3 lines
99 B
Ruby
Rails.application.configure do |config|
|
|
config.middleware.use(Gitlab::Middleware::Multipart)
|
|
end
|