7 lines
104 B
Ruby
7 lines
104 B
Ruby
|
|
class DealCustomField < CustomField
|
||
|
|
unloadable
|
||
|
|
|
||
|
|
def type_name
|
||
|
|
:label_deal_plural
|
||
|
|
end
|
||
|
|
end
|