Marker module. If included in a class, the Og automanager ignores this class.
Methods
Public Class methods
[ show source ]
# File lib/og/markers.rb, line 15
15: def self.included(base)
16: Og.unmanageable_classes << base
17: end