property/test/dummy/config/routes.rb

5 lines
78 B
Ruby

Rails.application.routes.draw do
mount Property::Engine => "/property"
end