Skip to content

Commit 3c02dad

Browse files
authored
Merge pull request #23652 from Fryguy/isolate_file_depot_mixin
Move FileDepotMixin to be exclusively for PxeServer
2 parents f02415a + afcdb6a commit 3c02dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/mixins/file_depot_mixin.rb renamed to app/models/pxe_server/file_depot_mixin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'uri'
22
require 'mount/miq_generic_mount_session'
33

4-
module FileDepotMixin
4+
module PxeServer::FileDepotMixin
55
extend ActiveSupport::Concern
66
SUPPORTED_DEPOTS = {
77
'smb' => 'Samba',

0 commit comments

Comments
 (0)