Sha256: 0c4713869f1a27d8e8aa44befc0df1a7322748307e377f1b9f6f9c6f1a909013
Contents?: true
Size: 170 Bytes
Versions: 6
Compression:
Stored size: 170 Bytes
Contents
class Puppet::Rails::ResourceTag < ActiveRecord::Base belongs_to :puppet_tag belongs_to :resource def to_label "#{self.puppet_tag.name}" end end
Version data entries
6 entries across 6 versions & 1 rubygems