SpinaCMS/Spina

View on GitHub
app/components/spina/user_interface/header_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Spina
  module UserInterface
    class HeaderComponent < ApplicationComponent
      renders_one :actions
      renders_one :navigation
      renders_one :after_breadcrumbs
    end
  end
end