5 lines
87 B
Ruby
5 lines
87 B
Ruby
|
Rails.application.routes.draw do
|
||
|
|
||
|
mount PropertyHire::Engine => "/property_hire"
|
||
|
end
|