Fix missing skip_review?
(#19335)
This commit is contained in:
parent
595d5744ae
commit
c6fb0a7555
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Trends
|
|||
Setting.trends
|
||||
end
|
||||
|
||||
def skip_review?
|
||||
def self.skip_review?
|
||||
Setting.trendable_by_default
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue