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