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