Class: Avo::ProfileItemComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Avo::ProfileItemComponent
- Defined in:
- app/components/avo/profile_item_component.rb
Constant Summary
Constants included from Concerns::FindAssociationField
Concerns::FindAssociationField::ASSOCIATIONS
Instance Method Summary collapse
Methods inherited from BaseComponent
#component_name, #has_with_trial
Methods included from Concerns::FindAssociationField
Instance Method Details
#title ⇒ Object
19 20 21 |
# File 'app/components/avo/profile_item_component.rb', line 19 def title @title || @label end |