demarches-normaliennes/app/models/champs/text_champ.rb

5 lines
67 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-02-13 18:18:20 +01:00
class Champs::TextChamp < Champ
end