Browse Source

Fix missing `skip_review?` (#19335)

pull/1253/head
Yamagishi Kazutoshi 3 years ago committed by GitHub
parent
commit
05148e2c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/trends.rb

2
app/models/trends.rb

@ -43,7 +43,7 @@ module Trends
Setting.trends
end
def skip_review?
def self.skip_review?
Setting.trendable_by_default
end

Loading…
Cancel
Save