bus_booking/test/dummy/config/routes.rb

5 lines
83 B
Ruby

Rails.application.routes.draw do
mount BusBooking::Engine => "/bus_booking"
end