Fix missing `skip_review?` (#19335)

local
Yamagishi Kazutoshi 2 years ago committed by GitHub
parent 3eef8a7a81
commit 05148e2c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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