Method: Infold::ShowElement#add_association_fields

Defined in:
lib/infold/property/show_element.rb

#add_association_fields(field, **attrs) ⇒ Object



17
18
19
20
# File 'lib/infold/property/show_element.rb', line 17

def add_association_fields(field, **attrs)
  field.build_show_element(**attrs)
  @association_fields << field
end