DistroPropaganda/demo/config/routes.rb
2018-11-23 17:31:53 +01:00

5 lines
177 B
Ruby

Rails.application.routes.draw do
get 'say/hello'
get 'say/goodbye'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end