diff --git a/app/models/tag_implication.rb b/app/models/tag_implication.rb index 10fc26a74..fb07befd8 100644 --- a/app/models/tag_implication.rb +++ b/app/models/tag_implication.rb @@ -13,8 +13,6 @@ class TagImplication < TagRelationship validate :antecedent_is_not_aliased validate :consequent_is_not_aliased validate :wiki_pages_present, on: :create, unless: :skip_secondary_validations - scope :old, ->{where("created_at between ? and ?", 2.months.ago, 1.month.ago)} - scope :pending, ->{where(status: "pending")} module DescendantMethods extend ActiveSupport::Concern