moved source passwords into config

This commit is contained in:
albert
2011-09-26 17:32:52 -04:00
parent dc31e74809
commit 218096a5c4
3 changed files with 20 additions and 4 deletions

View File

@@ -234,5 +234,21 @@ module Danbooru
def select_posts_visible_to_user(user, posts)
posts.select {|x| can_user_see_post?(x)}
end
def pixiv_login
nil
end
def pixiv_password
nil
end
def tinami_login
nil
end
def tinami_password
nil
end
end
end