summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/puppet_class.rb
blob: 1e8784ddb9780717e1ee9788cda525cdf6653ca2 (plain)
1
2
3
4
5
6
7
class Puppet::Rails::PuppetClass < ActiveRecord::Base
    has_many :resources
    has_many :source_files
    has_many :hosts
end

# $Id$