Sha256: 913b7f25edae4ca3f7a15b1dcc02eea7163b41405cb8c0fb6872eb7520c141d6
Contents?: true
Size: 205 Bytes
Versions: 7
Compression:
Stored size: 205 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
7 entries across 7 versions & 1 rubygems