# File lib/active_record/base.rb, line 634
      def inheritance_column
        @inheritance_column ||= "type"
      end