Manager: improve dossier view
This commit is contained in:
parent
afc2f2cd8e
commit
2f66625f18
5 changed files with 50 additions and 10 deletions
7
app/fields/champ_collection_field.rb
Normal file
7
app/fields/champ_collection_field.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require "administrate/field/base"
|
||||
|
||||
class ChampCollectionField < Administrate::Field::Base
|
||||
def to_s
|
||||
data
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue