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