* refactor aws config options

* fix aws calls in savedsearch
* remove unused scripts
This commit is contained in:
r888888888
2015-12-28 12:25:38 -08:00
parent 811a60bb9d
commit d5fa4b46e3
9 changed files with 108 additions and 139 deletions

View File

@@ -4,7 +4,7 @@ class SavedSearchesController < ApplicationController
def index
if Danbooru.config.listbooru_server
SavedSearch.delay(:queue => "default").refresh_listbooru(CurrentUser.id)
SavedSearch.refresh_listbooru(CurrentUser.id)
end
@saved_searches = saved_searches.order("tag_query")