Sha256: 3a181bc7a6ff5c47d65e0548b6582d99352ad8be36f9845b448f11e0a29cce25
Contents?: true
Size: 215 Bytes
Versions: 6
Compression:
Stored size: 215 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
6 entries across 6 versions & 1 rubygems