# File lib/inherited_resources/polymorphic_helpers.rb, line 104
      def parent_type
        unless @parent_type
          symbols_for_association_chain
        end

        @parent_type
      end