Skip to content

Commit a383243

Browse files
author
David Padilla
committed
06 - add the root route
1 parent 7cee56f commit a383243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rails/app/config/routes.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
App::Application.routes.draw do
2+
root to: "hello#show"
23
end

0 commit comments

Comments
 (0)