search_helper.rb 189 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 require_dependency 'search_helper' module SearchHelper COMMON_PROFILE_LIST_BLOCK ||= [] COMMON_PROFILE_LIST_BLOCK << :software_infos COMMON_PROFILE_LIST_BLOCK << :institutions end