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