sec icon indicating copy to clipboard operation
sec copied to clipboard

Refactor uploaders

Open wioux opened this issue 7 years ago • 0 comments

They could inherit from a base class that takes care of

   storage :file

    def store_dir
      "uploads/#{model.class.to_s.underscore}/#{mounted_as}/#{model.id}"
    end

wioux avatar Nov 15 '17 18:11 wioux