# File lib/active_record/base.rb, line 1051
      def [](attr_name)
        read_attribute(attr_name.to_s)
      end