Module: WiserTrails::ORM::ActiveRecord::Activist

Extended by:
ActiveSupport::Concern
Defined in:
lib/wiser_trails/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 WiserTrails::ORM::ActiveRecord::Activist::ClassMethods#activist method for declaring the class as an activist.



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

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