7 lines
104 B
Ruby
7 lines
104 B
Ruby
|
|
class NoteCustomField < CustomField
|
||
|
|
unloadable
|
||
|
|
|
||
|
|
def type_name
|
||
|
|
:label_note_plural
|
||
|
|
end
|
||
|
|
end
|