4 lines
90 B
Ruby
4 lines
90 B
Ruby
|
RedmineApp::Application.routes.draw do
|
||
|
mount Rich::Engine => '/rich', :as => 'rich'
|
||
|
end
|