Remove unused alias

This commit is contained in:
Paul Chavard 2018-04-24 16:43:47 +02:00 committed by gregoirenovel
parent 5d188c191d
commit 66b83b4508

View file

@ -2,8 +2,4 @@ class Exercice < ApplicationRecord
belongs_to :etablissement
validates :ca, presence: true, allow_blank: false, allow_nil: false
def date_fin_exercice
super || dateFinExercice
end
end