class Hithorizons::IndustryTypes
Constants
- MAPPING
Public Class Methods
find_by_code(code)
click to toggle source
# File lib/hithorizons/industry_types.rb, line 19 def self.find_by_code(code) MAPPING[code] || 'Other' end