projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add tests to ensure tokens are revoked
[rails.git]
/
app
/
views
/
api
/
notes
/
_note.rss.builder
diff --git
a/app/views/api/notes/_note.rss.builder
b/app/views/api/notes/_note.rss.builder
index 4dc47d158d5d12b41deae7e66e4bd5df095c5bc5..968b4dc672363e0c82835e19a60f46717a9cca33 100644
(file)
--- a/
app/views/api/notes/_note.rss.builder
+++ b/
app/views/api/notes/_note.rss.builder
@@
-15,7
+15,7
@@
xml.item do
xml.dc :creator, note.author.display_name if note.author
- xml.pubDate note.created_at.to_s(:rfc822)
+ xml.pubDate note.created_at.to_
f
s(:rfc822)
xml.geo :lat, note.lat
xml.geo :long, note.lon
xml.georss :point, "#{note.lat} #{note.lon}"