0
0
Fork 0

Add admin setting to auto-approve hashtags (#12122)

Change inaccurate labels on other admin settings
This commit is contained in:
Eugen Rochko 2019-10-09 00:30:15 +02:00 committed by GitHub
parent 19cdc62765
commit c8bcf5cbfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 8 deletions

View file

@ -76,7 +76,7 @@ class Tag < ApplicationRecord
alias listable? listable
def trendable
boolean_with_default('trendable', false)
boolean_with_default('trendable', Setting.trendable_by_default)
end
alias trendable? trendable