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/contract_custom_field.rb
2012-01-03 19:11:27 +00:00

8 lines
118 B
Ruby

class ContractCustomField < ActiveRecord::Base
unloadable
def type_name
:label_contract_plural
end
end