projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c933a42
)
Fix thinko.
author
Tom Hughes
<tom@compton.nu>
Sat, 19 Jul 2008 23:02:04 +0000
(23:02 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 19 Jul 2008 23:02:04 +0000
(23:02 +0000)
app/controllers/diary_entry_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/diary_entry_controller.rb
b/app/controllers/diary_entry_controller.rb
index afd06259d212a9994576c307654b2ef21c4d52d4..c0d7204d57a7d539c2a040f14ea0c15772ae1fd3 100644
(file)
--- a/
app/controllers/diary_entry_controller.rb
+++ b/
app/controllers/diary_entry_controller.rb
@@
-63,7
+63,7
@@
class DiaryEntryController < ApplicationController
render :content_type => Mime::RSS
else
render :nothing => true, :status => :not_found
- end
if
+ end
else
@entries = DiaryEntry.find(:all, :order => 'created_at DESC', :limit => 20)
@title = "OpenStreetMap diary entries"