Sha256: 8fe4c148eccda7b04cf7a2a4b3fbe2eeabc75dafd00e6696344360169596f7fe

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

require 'simple_notifications/version'
require 'simple_notifications/base'
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

2 entries across 2 versions & 1 rubygems

Version Path
simple_notifications-1.0.4 lib/simple_notifications.rb
simple_notifications-1.0.3 lib/simple_notifications.rb