Class: Puppet::Rails::SourceFile

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

Instance Method Summary collapse

Instance Method Details

#to_labelObject



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

def to_label
  "#{self.filename}"
end