Sha256: 3ccf3d9b443f9be3863be557bc4d90ffe2ec58828653f4c0c487dabdd9807b51
Contents?: true
Size: 217 Bytes
Versions: 8
Compression:
Stored size: 217 Bytes
Contents
class Puppet::Rails::FactValue < ActiveRecord::Base belongs_to :fact_name belongs_to :host def to_label "#{self.fact_name.name}" end end # $Id: fact_value.rb 1952 2006-12-19 05:47:57Z luke $
Version data entries
8 entries across 8 versions & 1 rubygems