Skip to content
Snippets Groups Projects
Commit c854fe21 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Unify from EE for app/uploaders/object_storage.rb

parent 87eb2b6e
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -22,10 +22,10 @@ module ObjectStorage
module RecordsUploads
extend ActiveSupport::Concern
 
def prepended(base)
prepended do |base|
raise "#{base} must include ObjectStorage::Concern to use extensions." unless base < Concern
 
base.include(RecordsUploads::Concern)
base.include(::RecordsUploads::Concern)
end
 
def retrieve_from_store!(identifier)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment