Skip to content

Commit

Permalink
Zeitwerk rollback due to test
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed May 19, 2022
1 parent e3e6e58 commit bc049d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions after_init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

# All files in lib sub-folder are already loaded by Zeitwerk
if RedmineApp::Application.config.autoloader != :zeitwerk
require_dependency File.dirname(__FILE__) + '/lib/redmine_custom_workflows.rb'
end
require 'redmine'
require File.dirname(__FILE__) + '/lib/redmine_custom_workflows'

def custom_workflows_init
# Administration menu extension
Expand Down

0 comments on commit bc049d8

Please sign in to comment.