added Group and GroupMember to RailsAdmin
This commit is contained in:
parent
1f73b3e3fa
commit
2c502aeaa4
|
@ -34,6 +34,8 @@ RailsAdmin.config do |config|
|
||||||
config.included_models = %w[
|
config.included_models = %w[
|
||||||
Answer
|
Answer
|
||||||
Comment
|
Comment
|
||||||
|
Group
|
||||||
|
GroupMember
|
||||||
Inbox
|
Inbox
|
||||||
Notification
|
Notification
|
||||||
Question
|
Question
|
||||||
|
|
Loading…
Reference in New Issue