Adds a FilenameCleaner class
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.
Showing
lib/paperclip/filename_cleaner.rb
0 → 100644
test/filename_cleaner_test.rb
0 → 100644
Please
register
or
sign in
to comment