turtles/config/routes.rb
2018-04-18 17:31:26 +10:00

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