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

    acts_as_taggable
end

# $Id$