7 lines
110 B
Ruby
7 lines
110 B
Ruby
|
|
class ContactCustomField < CustomField
|
||
|
|
unloadable
|
||
|
|
|
||
|
|
def type_name
|
||
|
|
:label_contact_plural
|
||
|
|
end
|
||
|
|
end
|