Project

General

Profile

Download (160 Bytes) Statistics
| Branch: | Tag: | Revision:
module PtablesHelper
def lookup_family(value)
names = Operatingsystem.families_as_collection
names.find { |k| k.value == value }.try(:name)
end
end
(31-31/49)