This commit is contained in:
Aleks Rutins 2025-06-04 20:52:02 -04:00
parent 66909a354f
commit 5b4d15a0ec
Signed by: asr
SSH key fingerprint: SHA256:DBype7RrB3qCdOLdkvecD2Y3THOYgYOVw6jAHVgsGRQ

View file

@ -4,7 +4,6 @@ module BC
module Views
class BaseLayout < ::Phlex::HTML
def initialize(title)
super
@title = title
end