Manager: improve dossier view

This commit is contained in:
simon lehericey 2019-02-19 12:38:33 +01:00
parent afc2f2cd8e
commit 2f66625f18
5 changed files with 50 additions and 10 deletions

View file

@ -0,0 +1,7 @@
require "administrate/field/base"
class ChampCollectionField < Administrate::Field::Base
def to_s
data
end
end