summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/source_file.rb
blob: 51d1b1fb5d8eb7b385eaf250e700c303098cf111 (plain)
1
2
3
4
5
class Puppet::Rails::SourceFile < ActiveRecord::Base
    has_one :host
    has_one :puppet_class
    has_one :resource
end