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

    acts_as_taggable
end