mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 09:49:17 +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[
|
config.included_models = %w[
|
||||||
Answer
|
Answer
|
||||||
|
AnonymousBlock
|
||||||
Comment
|
Comment
|
||||||
List
|
List
|
||||||
ListMember
|
ListMember
|
||||||
|
@ -38,6 +39,8 @@ RailsAdmin.config do |config|
|
||||||
Profile
|
Profile
|
||||||
Question
|
Question
|
||||||
Relationship
|
Relationship
|
||||||
|
Relationships::Follow
|
||||||
|
Relationships::Block
|
||||||
Report
|
Report
|
||||||
Service
|
Service
|
||||||
Services::Twitter
|
Services::Twitter
|
||||||
|
|
Loading…
Reference in a new issue