mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 06:49:08 +01:00
Display anonymous blocks and split relationship types in Rails Admin
This commit is contained in:
parent
15af961169
commit
a37b6135ec
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@ RailsAdmin.config do |config|
|
|||
|
||||
config.included_models = %w[
|
||||
Answer
|
||||
AnonymousBlock
|
||||
Comment
|
||||
List
|
||||
ListMember
|
||||
|
@ -38,6 +39,8 @@ RailsAdmin.config do |config|
|
|||
Profile
|
||||
Question
|
||||
Relationship
|
||||
Relationships::Follow
|
||||
Relationships::Block
|
||||
Report
|
||||
Service
|
||||
Services::Twitter
|
||||
|
|
Loading…
Reference in a new issue