summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/source_file.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 07:49:48 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-11-13 07:49:48 +0000
commit35de0e3bd74e94de92ac0e9209a4884cf07c88a0 (patch)
treebe7119181bc15dad6575cc5b7087c92cfd7fbac8 /lib/puppet/rails/source_file.rb
parent26b32b953d8e097785b38aa90e5e4bff6ae9247e (diff)
downloadpuppet-35de0e3bd74e94de92ac0e9209a4884cf07c88a0.tar.gz
puppet-35de0e3bd74e94de92ac0e9209a4884cf07c88a0.tar.xz
puppet-35de0e3bd74e94de92ac0e9209a4884cf07c88a0.zip
Temporarily reverting all of the recent rails work so that I can release 0.20.1
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1873 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/rails/source_file.rb')
-rw-r--r--lib/puppet/rails/source_file.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/puppet/rails/source_file.rb b/lib/puppet/rails/source_file.rb
deleted file mode 100644
index d300ec74c..000000000
--- a/lib/puppet/rails/source_file.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class Puppet::Rails::SourceFile < ActiveRecord::Base
- has_many :hosts, :puppet_classes, :resources
-end