I was able to get this working with a few small changes. Rather than rendering the partial I did the following
<% @combined.each do |combined| %><% if combined.is_a?(Feed) %><h3><%= combined.name %></h3><p><%= combined.source %></p ...<% else %><% end %>
Thank you for your help!