4 lines
73 B
Ruby
4 lines
73 B
Ruby
TravisEmber::Application.routes.draw do
|
|
root :to => 'static#index'
|
|
end
|
TravisEmber::Application.routes.draw do
|
|
root :to => 'static#index'
|
|
end
|