You've already forked baupm-core
6 lines
189 B
Ruby
6 lines
189 B
Ruby
if Redmine::Plugin.installed? :baupm_core
|
|
RedmineApp::Application.routes.draw do
|
|
get '/manifest.json', :controller => 'manifest', :action => 'index', :as => 'manifest_json'
|
|
end
|
|
end
|