From 6592859bc9fb7531b8831bbba3535a7f333a14bd Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Fri, 3 Feb 2017 21:28:34 +0100
Subject: application.html.erb: Add `hello` component
Include a new `` component on the page. We haven't written it
yet, but this will be where it gets rendered on the page.
---
app/views/layouts/application.html.erb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 53c091b..0625ef8 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -9,6 +9,8 @@
+
+
<%= yield %>