Sha256: 462164854e2e476f438373f4db3af10f93d015654759846838f0384de2bf0d28
Contents?: true
Size: 568 Bytes
Versions: 15
Compression:
Stored size: 568 Bytes
Contents
NotificationHandler.configure do |config| # Cache amount of unread and read notifications for notification targets # Learn more: https://github.com/jonhue/notifications-rails/tree/master/notification-handler#caching # config.cache = false # Groups are a powerful way to bulk-create notifications for multiple objects that don't necessarily have a common class. # Learn more: https://github.com/jonhue/notifications-rails/tree/master/notification-handler#groups # config.define_group :subscribers, User.where(subscriber: true) end
Version data entries
15 entries across 15 versions & 1 rubygems