gitcoinco/code_fund_ads

View on GitHub
app/helpers/creatives_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CreativesHelper
  def creative_statuses_for_select
    ENUMS::CREATIVE_STATUSES.values.map { |val| [val.humanize, val] }
  end
end