Skip to content

Commit afcdb6a

Browse files
committed
Move FileDepotMixin to be exclusively for PxeServer
1 parent 9b76f08 commit afcdb6a

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)