Module: ActiveRecord::Acts::MaterializedPath

Defined in:
lib/acts_as_materialized_path.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, SingletonMethods Classes: DestroyNotLeaf, InvalidAssignment, InvalidBase, InvalidDelimiter, PathMaxExceeded, PathUpdateDisallowed

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



20
21
22
# File 'lib/acts_as_materialized_path.rb', line 20

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