search_helper.rb 189 Bytes
require_dependency 'search_helper'

module SearchHelper

  COMMON_PROFILE_LIST_BLOCK ||= []
  COMMON_PROFILE_LIST_BLOCK << :software_infos
  COMMON_PROFILE_LIST_BLOCK << :institutions

end