Class: Arclight::HeaderComponent

Inherits:
Blacklight::HeaderComponent
  • Object
show all
Defined in:
app/components/arclight/header_component.rb

Overview

Provides a header with a masthead

Instance Method Summary collapse

Instance Method Details

#mastheadObject



6
7
8
# File 'app/components/arclight/header_component.rb', line 6

def masthead
  render Arclight::MastheadComponent.new
end