5 lines
73 B
Ruby
5 lines
73 B
Ruby
|
module Locomotive
|
||
|
class EditableLongText < EditableShortText
|
||
|
|
||
|
end
|
||
|
end
|