property_hire/test/dummy/config/routes.rb

5 lines
87 B
Ruby
Raw Normal View History

2017-01-20 09:02:50 +00:00
Rails.application.routes.draw do
mount PropertyHire::Engine => "/property_hire"
end