• Micaël Bergeron's avatar
    adapt the models that uses mounted uploaders · d5aebda4
    Micaël Bergeron authored
    `ObjectStorage::Concern` adds delegation to the model that
    mount an uploader that uses `RecordsUploads::Concern` to track
    its uploads. The basic implementation is to use the uploader
    to build paths that can be used to fetch back the related `Upload`
    instance so it can be used to build the uploader back (which is
    needed to build the correct file URL).
    d5aebda4
project.rb 53.3 KB