Sha256: 5a0d8381e05727a669e56039b61865a2f29000583aecbded00546e668a12b2d1

Contents?: true

Size: 220 Bytes

Versions: 20

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Effective
  module TableRows
    class TextArea < Effective::TableRow

      def content
        template.simple_format(value) if value.kind_of?(String)
      end

    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
effective_bootstrap-1.14.17 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.16 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.15 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.14 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.13 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.12 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.11 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.10 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.9 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.8 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.7 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.6 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.5 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.4 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.3 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.2 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.1 app/models/effective/table_rows/text_area.rb
effective_bootstrap-1.14.0 app/models/effective/table_rows/text_area.rb
effective_bootstrap-0.13.7 app/models/effective/table_rows/text_area.rb
effective_bootstrap-0.13.6 app/models/effective/table_rows/text_area.rb