Sha256: 94ce7559511e24b57a10ea9bf84381b8e3a4324d0a8cdc8df75d7e81ea342a6c
Contents?: true
Size: 150 Bytes
Versions: 74
Compression:
Stored size: 150 Bytes
Contents
class Puppet::Rails::FactValue < ActiveRecord::Base belongs_to :fact_name belongs_to :host def to_label "#{self.fact_name.name}" end end
Version data entries
74 entries across 74 versions & 4 rubygems