Module: Workarea::Admin::BulkActionsHelper
- Defined in:
- app/helpers/workarea/admin/bulk_actions_helper.rb
Instance Method Summary collapse
Instance Method Details
#bulk_actions_display_value_for(value) ⇒ Object
4 5 6 |
# File 'app/helpers/workarea/admin/bulk_actions_helper.rb', line 4 def bulk_actions_display_value_for(value) value.blank? ? '-' : value end |