Sha256: eb1cbb3211a1ce0369a2c200e6d1174c5b3b4b9b342cd382fa985fa3ff1cb059

Contents?: true

Size: 481 Bytes

Versions: 13

Compression:

Stored size: 481 Bytes

Contents

module NotificationHandler

    require 'notification_handler/configuration'

    require 'notification_handler/engine'

    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

13 entries across 13 versions & 1 rubygems

Version Path
notification-handler-1.2.5 lib/notification-handler.rb
notification-handler-1.2.4 lib/notification-handler.rb
notification-handler-1.2.3 lib/notification-handler.rb
notification-handler-1.2.2 lib/notification-handler.rb
notification-handler-1.2.1 lib/notification-handler.rb
notification-handler-1.2.0 lib/notification-handler.rb
notification-handler-1.1.2 lib/notification-handler.rb
notification-handler-1.1.1 lib/notification-handler.rb
notification-handler-1.1.0 lib/notification-handler.rb
notification-handler-1.0.0 lib/notification-handler.rb
notification-handler-1.0.0.beta11 lib/notification-handler.rb
notification-handler-1.0.0.beta8 lib/notification-handler.rb
notification-handler-1.0.0.beta7 lib/notification_handler.rb