property_hire/test/dummy/config/routes.rb

5 lines
87 B
Ruby

Rails.application.routes.draw do
mount PropertyHire::Engine => "/property_hire"
end