Sha256: 013a9823cbdb6323bec08d0c597492825d237a9bd564edd487ae93fabf0e2f0f

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
notification-handler-1.2.6 lib/generators/templates/install/initializer.rb