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