Sha256: 1b4f6e8f1ac8b2ba24afed7f8cb56692e6b5057023ba5acf21ca9eb9986c3be1
Contents?: true
Size: 351 Bytes
Versions: 14
Compression:
Stored size: 351 Bytes
Contents
module Coco module App module Layouts class Application < Coco::Component renders_one :flashes renders_one :banner renders_one :header renders_one :sidebar_nav component_name :application_layout def banner_content? banner.to_s.strip != "" end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems