Select Git revision
-
Marco Ciotola authored
Currently tested with python 3.7, it still has some problems
Marco Ciotola authoredCurrently tested with python 3.7, it still has some problems
routes.rb 173 B
# Because of plugin deactivations
if Redmine::Plugin.installed?(:easy_wbs)
resources :projects do
get 'easy_wbs', to: 'easy_wbs#index', as: 'easy_wbs_index'
end
end