5 lines
91 B
Ruby
5 lines
91 B
Ruby
|
module Locomotive
|
||
|
class EditableLongTextPresenter < EditableShortTextPresenter
|
||
|
|
||
|
end
|
||
|
end
|