property/test/dummy/config/routes.rb

5 lines
78 B
Ruby
Raw Normal View History

2015-08-11 08:45:03 +00:00
Rails.application.routes.draw do
mount Property::Engine => "/property"
end