summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/fact_value.rb
blob: a800ad597f83d9d3993cfceeffa503eefbd700ac (plain)
1
2
3
4
5
class Puppet::Rails::FactValue < ActiveRecord::Base
    belongs_to :fact_name
end

# $Id: fact_value.rb 1952 2006-12-19 05:47:57Z luke $