Project

General

Profile

Download (134 Bytes) Statistics
| Branch: | Tag: | Revision:
module FactValuesHelper

def fact_from record
time_ago_in_words(record.host.last_compile) + " ago"
rescue
"N/A"
end
end
(13-13/37)