engine/app/models/locomotive/editable_long_text.rb

5 lines
73 B
Ruby

module Locomotive
class EditableLongText < EditableShortText
end
end