Sha256: 97642c9dcfb7be9b814cc8b2fc433ff2906e38f03fd7a524366e6cfd71675507

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

module NotificationRenderer
  require 'notification_renderer/configuration'

  require 'notification_renderer/engine'

  autoload :NotificationLibrary, 'notification_renderer/notification_library'
  autoload :NotificationScopes, 'notification_renderer/notification_scopes'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notification-renderer-1.2.6 lib/notification-renderer.rb