Module: UserNotification::ORM::ActiveRecord::Activist

Extended by:
ActiveSupport::Concern
Defined in:
lib/user_notification/orm/active_record/activist.rb

Overview

Module extending classes that serve as owners

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ Object

Loads the UserNotification::ORM::ActiveRecord::Activist::ClassMethods#acts_as_activist method for declaring the class as an acts_as_activist.



10
11
12
# File 'lib/user_notification/orm/active_record/activist.rb', line 10

def self.extended(base)
  base.extend(ClassMethods)
end