Sha256: e1c4f139171a6a718ef64f8890570ad7ea00d16054d50e375842ef2e43b49650
Contents?: true
Size: 299 Bytes
Versions: 43
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true module Satis module Page class Component < Satis::ApplicationComponent renders_one :head renders_one :navbar renders_one :sidebar_mobile renders_one :sidebar renders_one :body def initialize(**options); end end end end
Version data entries
43 entries across 43 versions & 1 rubygems