Welcome to mirror list, hosted at ThFree Co, Russian Federation.

carrier_wave_string_file.rb « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9a64d9e6318e30d7e8b7b82f9d8a6996801d22a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class CarrierWaveStringFile < StringIO
  def original_filename
    ""
  end
end