demarches-normaliennes/app/models/champs.rb

7 lines
159 B
Ruby
Raw Normal View History

2015-11-03 10:48:40 +01:00
class Champs < ActiveRecord::Base
belongs_to :dossier
belongs_to :type_de_champs
delegate :libelle, :type_champs, :order_place, to: :type_de_champs
end