# File lib/active_record/attribute_methods/read.rb, line 22 def cache_attributes(*attribute_names) attribute_names.each {|attr| cached_attributes << attr.to_s} end