Sha256: 550c9d0d2315d34882669777d00235f1956382c85f68ef924d524c12809c8d3c
Contents?: true
Size: 226 Bytes
Versions: 13
Compression:
Stored size: 226 Bytes
Contents
Rails.application.routes.draw do get "hello_world", to: "hello_world#index" get "/", to: redirect("/hello_world") # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html end
Version data entries
13 entries across 13 versions & 1 rubygems