Sha256: cb56285d428e5e79b3a7885ca66fbaf7da6cd54f5c8b6f3da982479f9d44dbc7

Contents?: true

Size: 174 Bytes

Versions: 2

Compression:

Stored size: 174 Bytes

Contents

module Locomotive
  class EditableLongText < EditableShortText

    def as_json(options = {})
      Locomotive::EditableLongTextPresenter.new(self).as_json
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc2 app/models/locomotive/editable_long_text.rb
locomotive_cms-2.0.0.rc1 app/models/locomotive/editable_long_text.rb