diff options
Diffstat (limited to 'lib/puppet/rails/fact_name.rb')
-rw-r--r-- | lib/puppet/rails/fact_name.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/rails/fact_name.rb b/lib/puppet/rails/fact_name.rb index e6e7c5d03..fb40ec48f 100644 --- a/lib/puppet/rails/fact_name.rb +++ b/lib/puppet/rails/fact_name.rb @@ -1,7 +1,7 @@ require 'puppet/rails/fact_value' class Puppet::Rails::FactName < ActiveRecord::Base - has_many :fact_values, :dependent => :destroy + has_many :fact_values, :dependent => :destroy end # $Id: fact_name.rb 1952 2006-12-19 05:47:57Z luke $ |