File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- require File . expand_path ( '../lib/redmine_subtask_list_accordion/hooks/subtask_list_accordion_hook' , __FILE__ )
2- require File . expand_path ( '../lib/redmine_subtask_list_accordion/patches/issues_helper_patch' , __FILE__ )
3- require File . expand_path ( '../lib/redmine_subtask_list_accordion/patches/user_preference_patch' , __FILE__ )
1+ require_dependency File . expand_path ( '../lib/redmine_subtask_list_accordion/hooks/subtask_list_accordion_hook' , __FILE__ )
2+ require_dependency File . expand_path ( '../lib/redmine_subtask_list_accordion/patches/issues_helper_patch' , __FILE__ )
3+ require_dependency File . expand_path ( '../lib/redmine_subtask_list_accordion/patches/user_preference_patch' , __FILE__ )
44
55reloader = defined? ( ActiveSupport ::Reloader ) ? ActiveSupport ::Reloader : ActionDispatch ::Reloader
66reloader . to_prepare do
You can’t perform that action at this time.
0 commit comments