Commit ca23f27b5b91e41034a54d48a5421689a6640be7

Authored by Saito
1 parent 8cc25ef9

upload file's name support non-english words

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/carrierwave.rb 0 → 100644
... ... @@ -0,0 +1 @@
  1 +CarrierWave::SanitizedFile.sanitize_regexp = /[^[:word:]\.\-\+]/
... ...