filename_cleaner_test.rb
444 Bytes
-
Adds a FilenameCleaner class · 7fee0b1a
You can either specifiy :restricted_characters or you can define your own :filename_cleaner object. This object needs to respond to #call and takes the filename that will be cleaned. It should return the cleaned filenme.
Jon Yurek committed