added post atom feed

This commit is contained in:
albert
2011-11-11 17:50:26 -05:00
parent 04d52d86bf
commit 41d2634304
3 changed files with 39 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ module Danbooru
end
def select_posts_visible_to_user(user, posts)
posts.select {|x| can_user_see_post?(x)}
posts.select {|x| can_user_see_post?(user, x)}
end
def pixiv_login