Class: Avo::ProfileItemComponent

Inherits:
BaseComponent
  • Object
show all
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

#find_association_field

Instance Method Details

#titleObject



19
20
21
# File 'app/components/avo/profile_item_component.rb', line 19

def title
  @title || @label
end