Fix thinko.
This commit is contained in:
parent
c933a4222c
commit
d69e9533d1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class DiaryEntryController < ApplicationController
|
||||||
render :content_type => Mime::RSS
|
render :content_type => Mime::RSS
|
||||||
else
|
else
|
||||||
render :nothing => true, :status => :not_found
|
render :nothing => true, :status => :not_found
|
||||||
endif
|
end
|
||||||
else
|
else
|
||||||
@entries = DiaryEntry.find(:all, :order => 'created_at DESC', :limit => 20)
|
@entries = DiaryEntry.find(:all, :order => 'created_at DESC', :limit => 20)
|
||||||
@title = "OpenStreetMap diary entries"
|
@title = "OpenStreetMap diary entries"
|
||||||
|
|
Loading…
Add table
Reference in a new issue