# File lib/puppet/util/rails/cache_accumulator.rb, line 11
11:         def initialize(klass, attribute)
12:             @klass = klass
13:             @attribute = attribute
14:             @find_or_create = "find_or_create_by_#{@attribute.to_s}".intern
15:         end