Skip to content

Commit

Permalink
Zeitwerk
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jan 28, 2025
1 parent 3a7a8fd commit a29574e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/redmine_dmsf/webdav/custom_middleware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

require "#{File.dirname(__FILE__)}/../../dav4rack"
require "#{File.dirname(__FILE__)}/resource_proxy"
require "#{File.dirname(__FILE__)}/dmsf_controller"

module RedmineDmsf
module Webdav
Expand All @@ -35,7 +36,7 @@ def initialize(app)
root_uri_path: path,
resource_class: RedmineDmsf::Webdav::ResourceProxy,
allow_unauthenticated_options_on_root: true,
controller_class: DmsfController
controller_class: RedmineDmsf::Webdav::DmsfController
)
end
end
Expand Down
1 change: 0 additions & 1 deletion lib/redmine_dmsf/webdav/dmsf_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module RedmineDmsf
module Webdav
# DMSF controller
class DmsfController < Dav4rack::Controller
include Redmine::I18n
include AbstractController::Callbacks

around_action :switch_locale
Expand Down

0 comments on commit a29574e

Please sign in to comment.