From 06e9727059186b6a5da00df4b21fa775581fbd04 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 9 Feb 2015 16:35:59 -0800 Subject: [PATCH] restore twitter configs --- config/danbooru_default_config.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index a8728e51c..2c35af6e5 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -342,6 +342,12 @@ module Danbooru def stripe_publishable_key end + def twitter_login + end + + def twitter_password + end + def twitter_api_key end