From 9b07758e02fc7347cc4a39ca17fc76a3f95d584f Mon Sep 17 00:00:00 2001 From: Blake Barnett Date: Thu, 28 Feb 2008 22:55:55 -0800 Subject: * Tweaks for puppetshow UI cleanup --- lib/puppet/rails/host.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/puppet/rails/host.rb') diff --git a/lib/puppet/rails/host.rb b/lib/puppet/rails/host.rb index 72898fd97..626edaa88 100644 --- a/lib/puppet/rails/host.rb +++ b/lib/puppet/rails/host.rb @@ -11,8 +11,7 @@ class Puppet::Rails::Host < ActiveRecord::Base has_many :fact_values, :dependent => :destroy has_many :fact_names, :through => :fact_values - belongs_to :puppet_classes - has_many :source_files + belongs_to :source_file has_many :resources, :include => :param_values, :dependent => :destroy -- cgit