# File lib/inherited_resources/polymorphic_helpers.rb, line 119
      def parent
        if parent_type
          p = instance_variable_get("@#{parent_type}")
          p || instance_variable_set("@#{parent_type}", association_chain[-1])
        end
      end