Sha256: c429a78647e800d0b397980783e508bba69f01f625b1252452589d6965824f32

Contents?: true

Size: 438 Bytes

Versions: 2

Compression:

Stored size: 438 Bytes

Contents

module NotificationHandler

    require 'notification_handler/configuration'

    autoload :Group, 'notification_handler/group'

    autoload :Target, 'notification_handler/target'
    autoload :Object, 'notification_handler/object'
    autoload :NotificationLibrary, 'notification_handler/notification_library'
    autoload :NotificationScopes, 'notification_handler/notification_scopes'

    require 'notification_handler/railtie'

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notification-handler-1.0.0.beta10 lib/notification-handler.rb
notification-handler-1.0.0.beta9 lib/notification-handler.rb