Merge pull request #3986 from r888888888/refactor-saved-searches

Refactor saved searches
This commit is contained in:
Albert Yi
2018-11-15 13:44:49 -08:00
committed by GitHub
17 changed files with 232 additions and 228 deletions

View File

@@ -50,7 +50,7 @@ class SavedSearchesController < ApplicationController
def check_availability
if !SavedSearch.enabled?
raise NotImplementedError.new("Listbooru service is not configured. Saved searches are not available.")
raise NotImplementedError.new("Saved searches are not available.")
end
end