Module: ActiveRecord::Acts::HappyTree
- Defined in:
- lib/active_record/acts/happy_tree.rb,
lib/active_record/acts/depth_first.rb,
lib/active_record/acts/breadth_first.rb
Defined Under Namespace
Modules: BreadthFirst, ClassMethods, DepthFirst, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/active_record/acts/happy_tree.rb', line 4 def self.included(base) base.extend(ClassMethods) end |