testing/test/dummy/config/routes.rb

5 lines
76 B
Ruby

Rails.application.routes.draw do
mount Testing::Engine => "/testing"
end