From 5b4d15a0ec96725fe77c813411d6d61615212ca3 Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Wed, 4 Jun 2025 20:52:02 -0400 Subject: [PATCH] oops --- views/base_layout.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/views/base_layout.rb b/views/base_layout.rb index 6fd0a89..34f7c33 100644 --- a/views/base_layout.rb +++ b/views/base_layout.rb @@ -4,7 +4,6 @@ module BC module Views class BaseLayout < ::Phlex::HTML def initialize(title) - super @title = title end