app/models/edition.rb in govuk_content_models-7.3.1 vs app/models/edition.rb in govuk_content_models-8.0.0
- old
+ new
@@ -28,10 +28,9 @@
GOVSPEAK_FIELDS = []
belongs_to :assigned_to, class_name: "User"
- scope :lined_up, where(state: "lined_up")
scope :draft, where(state: "draft")
scope :amends_needed, where(state: "amends_needed")
scope :in_review, where(state: "in_review")
scope :fact_check, where(state: "fact_check")
scope :fact_check_received, where(state: "fact_check_received")