made railsadmin shut up about the different notification types

This commit is contained in:
nilsding 2014-12-26 14:31:59 +01:00
parent cb003ce36d
commit a2c361b5c5
1 changed files with 3 additions and 2 deletions

View File

@ -31,15 +31,16 @@ RailsAdmin.config do |config|
# history_show # history_show
end end
=begin
config.included_models = %w[ config.included_models = %w[
Answer Answer
Comment Comment
Inbox Inbox
Notification
Question Question
Relationship Relationship
Service
Services::Twitter
Smile Smile
User User
] ]
=end
end end