Class: Puppet::Rails::SourceFile

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/puppet/rails/source_file.rb

Overview

API:

  • public

Instance Method Summary collapse

Instance Method Details

#to_labelObject

API:

  • public



5
6
7
# File 'lib/puppet/rails/source_file.rb', line 5

def to_label
  "#{self.filename}"
end