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$