Add hello

parent e1e3d3ba
Pipeline #1206 canceled with stages
in 0 seconds
class ApplicationController < ActionController::Base class ApplicationController < ActionController::Base
render html: "hello, world!"
end end
Rails.application.routes.draw do Rails.application.routes.draw do
root 'application#hello'
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment