sul-dlss/argo

View on GitHub
app/components/top_navbar_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

class TopNavbarComponent < Blacklight::TopNavbarComponent
  delegate :current_user, :can?, to: :helpers
end