18F/hhs-acf-uc-dashboard

View on GitHub
app/models/role/signed_out.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Role
  class SignedOut < None
    def header_partial
      '/layouts/header_links/signed_out'
    end
  end
end