Remove inconsistent and useless blank lines in models

This commit is contained in:
gregoirenovel 2017-05-26 21:34:50 +02:00
parent d47e8b3702
commit 04845efdfc
6 changed files with 0 additions and 6 deletions

View file

@ -2,5 +2,4 @@ class Exercice < ActiveRecord::Base
belongs_to :etablissement
validates :ca, presence: true, allow_blank: false, allow_nil: false
end