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