Hi,
I have an rss feed in a file recent.rss.builder
along with a respond to block that looks like this
respond_to do |format|
format.html
format.xml {render :xml => @books}
format.rss
end
whenever I go to /books.rss I get a view can not be found page, how can
I get it to recognise the builder file?
thanks
Mark