search: add disapproval:<any|none|disinterest|poor_quality|breaks_rules> metatag.

This commit is contained in:
evazion
2018-08-23 14:08:02 -05:00
parent db23e06a4f
commit 89c4fe150a
5 changed files with 64 additions and 2 deletions

View File

@@ -229,8 +229,12 @@ class AnonymousUser
false
end
def post_disapprovals
PostDisapproval.none
end
def saved_searches
SavedSearch.where(false)
SavedSearch.none
end
def has_saved_searches?