5 lines
80 B
Ruby
5 lines
80 B
Ruby
class CarrierWaveStringFile < StringIO
|
|
def original_filename
|
|
""
|
|
end
|
|
end
|