Module: Og::Unmanageable

Defined in:
lib/og/markers.rb

Overview

Marker module. If included in a class, the Og automanager ignores this class.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/og/markers.rb', line 11

def self.included(base)
  Og.unmanageable_classes << base
end