Sha256: 8047a7609898410351f8dcbb96e1f6f7d82d04ab8a68057ab08710062eb53a49

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Effective
  module TableRows
    class PercentField < Effective::TableRow

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

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
effective_bootstrap-0.13.3 app/models/effective/table_rows/price_field.rb