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