This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_rodax_crm/app/models/contact_custom_field.rb
2012-01-03 16:18:32 +00:00

7 lines
110 B
Ruby

class ContactCustomField < CustomField
unloadable
def type_name
:label_contact_plural
end
end