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: 6c848902e4a20a5f832412c6dfb71b2a5ceb3044 (plain)
1
2
3
4
5
class CarrierWaveStringFile < StringIO
  def original_filename
    ""
  end
end