module ImportsHelper
Constants
- FIELD_GROUPS
Public Instance Methods
Source
# File app/helpers/imports_helper.rb, line 15 def issue_categories_for(pending_changes) FIELD_GROUPS.filter_map do |(keys, group)| group.to_s.humanize if (pending_changes & keys).any? end end