Remove unnecesary empty line at milestone model

This commit is contained in:
Bertocq
2018-02-05 15:54:33 +01:00
parent 1ab4c7e578
commit 7e67e8c93b

View File

@@ -14,7 +14,6 @@ class Budget
validates :investment, presence: true validates :investment, presence: true
validates :publication_date, presence: true validates :publication_date, presence: true
scope :order_by_publication_date, -> { order(publication_date: :asc) } scope :order_by_publication_date, -> { order(publication_date: :asc) }
def self.title_max_length def self.title_max_length