4 lines
184 B
Ruby
4 lines
184 B
Ruby
Rails.application.routes.draw do
|
|
get 'hello_world', to: 'hello_world#index'
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
end
|