mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
made railsadmin shut up about the different notification types
This commit is contained in:
parent
cb003ce36d
commit
a2c361b5c5
1 changed files with 3 additions and 2 deletions
|
@ -31,15 +31,16 @@ RailsAdmin.config do |config|
|
|||
# history_show
|
||||
end
|
||||
|
||||
=begin
|
||||
config.included_models = %w[
|
||||
Answer
|
||||
Comment
|
||||
Inbox
|
||||
Notification
|
||||
Question
|
||||
Relationship
|
||||
Service
|
||||
Services::Twitter
|
||||
Smile
|
||||
User
|
||||
]
|
||||
=end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue