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