Module: ActsAsDAG

Defined in:
lib/acts_as_dag/acts_as_dag.rb,
lib/acts_as_dag/version.rb,
lib/acts_as_dag/deprecated.rb

Overview

options used to apply constraint on the links and descendants tables. Default assumes links for all classes are in the same table, similarly for descendants. Can be cleared to allow setup of individual tables for each acts_as_dag class’s links and descendants

Defined Under Namespace

Modules: ActMethod, ClassMethods, Deprecated, HelperMethods, InstanceMethods Classes: AbstractDescendant, AbstractLink

Constant Summary collapse

VERSION =
'2.0.4'