Hello in a helper I'm doing the following:
render(:template =>"feeds/_feed_item.html.erb", :locals => { :feed_item => feed_item }).to_s
Problem is this is rendering the layout which I don't want. How can I render just the file/template feed_item ?
Thanks