Removed extra blank line

This commit is contained in:
Brenda Wallace
2017-05-16 10:54:24 +12:00
committed by Shiny
parent d771bc3688
commit 677f850e21

View File

@@ -9,7 +9,6 @@ class Harvest < ActiveRecord::Base
belongs_to :plant_part
belongs_to :planting
validates :crop, approved: true
validates :crop, presence: { message: "must be present and exist in our database" }