Add appendables to RailsAdmin

This commit is contained in:
Karina Kwiatek 2022-07-05 23:17:22 +02:00 committed by Karina Kwiatek
parent 561946cab9
commit cc4a8d6297
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,8 @@ RailsAdmin.config do |config|
end
config.included_models = %w[
Appendable
Appendable::Reaction
Answer
AnonymousBlock
Comment
@ -45,7 +47,6 @@ RailsAdmin.config do |config|
Report
Service
Services::Twitter
Smile
Theme
User
UserBan