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