Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

32 Move root.html.erb to index.html.erb #33

Merged
merged 1 commit into from Oct 11, 2018

Conversation

kfrz
Copy link
Contributor

@kfrz kfrz commented Oct 11, 2018

Background

In it's current state, running master fails to render the GET / route as there is no template given. This can be fixed by renaming app/views/pages/root.html.erb to app/views/pages/index.html.erb

Definition of Done

  • Replace app/views/pages/root.html.erb with app/views/pages/index.html.erb
  • Running the application and navigating to http://localhost:3000 renders the Hello component

@kfrz kfrz changed the title Move root.html.erb to index.html.erb 32 Move root.html.erb to index.html.erb Oct 11, 2018
@RobAWilkinson RobAWilkinson merged commit c1b8c85 into master Oct 11, 2018
@RobAWilkinson RobAWilkinson deleted the 32-fix-204-no-template-error branch October 11, 2018 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants