From df191e6361858c985890ca4cb806f319273f9494 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 30 Oct 2023 00:00:02 -0400 Subject: Install and configure devise --- app/views/layouts/application.html.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index bdd41b8..abe5895 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -13,6 +13,9 @@
+

<%= notice %>

+

<%= alert %>

+ <%= yield %>
-- cgit v1.2.3