Increase the size of the diary RSS feed temporarily

This commit is contained in:
Tom Hughes 2012-01-14 13:36:49 +00:00
parent 6ffee1cf4b
commit ccd7882bcf

View file

@ -140,7 +140,7 @@ class DiaryEntryController < ApplicationController
end
def rss
@entries = DiaryEntry.includes(:user).order("created_at DESC").limit(20)
@entries = DiaryEntry.includes(:user).order("created_at DESC").limit(500)
if params[:display_name]
user = User.active.find_by_display_name(params[:display_name])