diff --git a/app/models/budget/investment/milestone.rb b/app/models/budget/investment/milestone.rb index a81638d0b..30acb5152 100644 --- a/app/models/budget/investment/milestone.rb +++ b/app/models/budget/investment/milestone.rb @@ -14,7 +14,6 @@ class Budget validates :investment, presence: true validates :publication_date, presence: true - scope :order_by_publication_date, -> { order(publication_date: :asc) } def self.title_max_length