# File lib/puppet/rails/host.rb, line 301 301: def find_resources_tags(resources) 302: tags = Puppet::Rails::ResourceTag.find_all_tags_from_host(self) 303: 304: tags.each do |tag| 305: resources[tag['resource_id']].add_tag_to_hash(tag) if resources.include?(tag['resource_id']) 306: end 307: end