Remove unnecesary empty line at milestone model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user