module SimpleNotifications

Constants

VERSION

Public Class Methods

included(base_class) click to toggle source
# File lib/simple_notifications.rb, line 8
def self.included(base_class)
  base_class.extend Base
end