engine/spec/dummy/config/routes.rb

8 lines
149 B
Ruby
Raw Normal View History

Rails.application.routes.draw do
2012-01-14 12:12:44 +00:00
mount Locomotive::Engine => '/locomotive', :as => 'locomotive'
match '/foo' => 'foo#index', :as => 'foo'
end