show newest in rss url

This commit is contained in:
joshua stein 2012-07-01 17:06:33 -05:00
parent 27304e4bc3
commit b5b2c92779

View file

@ -21,6 +21,7 @@ class HomeController < ApplicationController
@title = "Newest Stories"
@title_url = "/newest"
@newest = true
respond_to do |format|
format.html { render :action => "index" }