# File lib/active_record/reflection.rb, line 24
      def reflections
        read_inheritable_attribute(:reflections) or write_inheritable_attribute(:reflections, {})
      end