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

#has_with_trial

Methods included from Concerns::FindAssociationField

#find_association_field

Instance Method Details

#titleObject



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

def title
  @title || @label
end