engine/app/models/locomotive/editable_long_text.rb

5 lines
73 B
Ruby
Raw Normal View History

module Locomotive
class EditableLongText < EditableShortText
end
end