5 lines
83 B
Ruby
5 lines
83 B
Ruby
|
Rails.application.routes.draw do
|
||
|
|
||
|
mount BusBooking::Engine => "/bus_booking"
|
||
|
end
|