Sha256: e7a1989f1d5a716d7448ae594a50e8ccb82ed0d3f416e00ef14422e8bb201f43

Contents?: true

Size: 411 Bytes

Versions: 15

Compression:

Stored size: 411 Bytes

Contents

require 'simple_notifications/version'
require 'simple_notifications/base'
require 'simple_notifications/notification_actions'
require_relative 'simple_notifications/app/models/simple_notification'
require_relative 'simple_notifications/app/models/delivery'

module SimpleNotifications
  def self.included(base_class)
    base_class.extend Base
  end
end

ActiveRecord::Base.send(:include, SimpleNotifications)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
simple_notifications-1.2.5 lib/simple_notifications.rb
simple_notifications-1.2.4 lib/simple_notifications.rb
simple_notifications-1.2.3 lib/simple_notifications.rb
simple_notifications-1.2.2 lib/simple_notifications.rb
simple_notifications-1.2.1 lib/simple_notifications.rb
simple_notifications-1.1.9 lib/simple_notifications.rb
simple_notifications-1.1.8 lib/simple_notifications.rb
simple_notifications-1.1.7 lib/simple_notifications.rb
simple_notifications-1.1.6 lib/simple_notifications.rb
simple_notifications-1.1.5 lib/simple_notifications.rb
simple_notifications-1.1.4 lib/simple_notifications.rb
simple_notifications-1.1.3 lib/simple_notifications.rb
simple_notifications-1.1.2 lib/simple_notifications.rb
simple_notifications-1.1.1 lib/simple_notifications.rb
simple_notifications-1.1.0 lib/simple_notifications.rb