1 2 3 4 5 6 7 8
class Puppet::Rails::SourceFile < ActiveRecord::Base has_one :host has_one :resource def to_label "#{self.filename}" end end