8 lines
118 B
Ruby
8 lines
118 B
Ruby
|
|
class ContractCustomField < ActiveRecord::Base
|
||
|
|
unloadable
|
||
|
|
|
||
|
|
def type_name
|
||
|
|
:label_contract_plural
|
||
|
|
end
|
||
|
|
end
|