move addthis key to config

This commit is contained in:
r888888888
2015-10-19 13:50:37 -07:00
parent 09ca8df6b3
commit 78632e396d
2 changed files with 5 additions and 1 deletions

View File

@@ -400,5 +400,9 @@ module Danbooru
def twitter_site
"@teruyo"
end
def addthis_key
nil
end
end
end