Module: Admin::Resources::DataTypes::TextHelper

Defined in:
app/helpers/admin/resources/data_types/text_helper.rb

Instance Method Summary collapse

Instance Method Details

#table_text_field(attribute, item) ⇒ Object



3
4
5
# File 'app/helpers/admin/resources/data_types/text_helper.rb', line 3

def table_text_field(attribute, item)
  (raw_content = item.send(attribute)).present? ? truncate(raw_content) : mdash
end