diff --git a/app/models/article.rb b/app/models/article.rb index 88a74678f..779316ff2 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -219,8 +219,6 @@ class Article < ApplicationRecord end } - scope :cached_tagged_by_approval_with, ->(tag) { cached_tagged_with(tag).where(approved: true) } - scope :active_help, lambda { stories = published.cached_tagged_with("help").order(created_at: :desc)