5 lines
92 B
Ruby
5 lines
92 B
Ruby
Rails.application.routes.draw do
|
|
|
|
mount RakeControlWeb::Engine => "/rake_control_web"
|
|
end
|