1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00
paloma/test_app/config/routes.rb

7 lines
136 B
Ruby
Raw Normal View History

2013-10-12 10:22:52 +08:00
TestApp::Application.routes.draw do
2013-10-12 16:56:45 +08:00
mount JasmineRails::Engine => "/specs" if defined?(JasmineRails)
2013-10-12 10:22:52 +08:00
root :to => 'main#index'
end