feat(manager): add routing rule in groupe instructeur show
This commit is contained in:
parent
42027e9db9
commit
61ba089203
3 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,7 @@ class GroupeInstructeurDashboard < Administrate::BaseDashboard
|
|||
label: Field::String,
|
||||
closed: Field::Boolean,
|
||||
instructeurs: Field::HasMany,
|
||||
humanized_routing_rule: Field::String,
|
||||
created_at: Field::DateTime,
|
||||
updated_at: Field::DateTime
|
||||
}.freeze
|
||||
|
@ -32,6 +33,7 @@ class GroupeInstructeurDashboard < Administrate::BaseDashboard
|
|||
:label,
|
||||
:closed,
|
||||
:instructeurs,
|
||||
:humanized_routing_rule,
|
||||
:created_at,
|
||||
:updated_at
|
||||
].freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue