Sha256: 41202fb307c064ed90994eca8f384ab1669017d0e1cb65c355bb3f380e3b7e5a

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

module NotificationHandler

    require 'notification_handler/configuration'

    # require 'notification_handler/engine'

    autoload :Target, 'notification_handler/target'
    autoload :Object, 'notification_handler/object'
    autoload :Library, 'notification_handler/library'
    autoload :Scopes, 'notification_handler/scopes'

    require 'notification_handler/railtie'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notification-handler-1.0.0.beta1 lib/notification_handler.rb