Skip to content

Commit

Permalink
Fixed link in RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
awagener authored and unixcharles committed Jul 10, 2010
1 parent 24f1cb8 commit 42a52f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/blogs/index.rss.builder
Expand Up @@ -10,7 +10,7 @@ xml.rss :version => "2.0" do
xml.title post.title
xml.description post.body
xml.pubDate post.created_at.to_s(:rfc822)
xml.link blog_post_url(post)
xml.link blog_post_url(post.permalink)
end
end
end
Expand Down

0 comments on commit 42a52f7

Please sign in to comment.