consul/consul

View on GitHub
app/components/admin/tenants/row_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Admin::Tenants::RowComponent < ApplicationComponent
  attr_reader :tenant

  def initialize(tenant)
    @tenant = tenant
  end
end