Sha256: 4e581d6024f78a1d4db91abb4268852d46c500d86872fbf15fa278afa08c1905

Contents?: true

Size: 212 Bytes

Versions: 3

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

module Effective
  module TableRows
    class TextArea < Effective::TableRow

      def content
        template.simple_format(value) if value.present?
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
effective_bootstrap-0.13.5 app/models/effective/table_rows/text_area.rb
effective_bootstrap-0.13.4 app/models/effective/table_rows/text_area.rb
effective_bootstrap-0.13.3 app/models/effective/table_rows/text_area.rb