Module: Platanus::StackedAttr

Defined in:
lib/platanus/stacked.rb

Overview

Adds the has_stacked association to an ActiveRecord model.

TODO

Defined Under Namespace

Modules: ClassMethods Classes: NotSupportedError

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



15
16
17
# File 'lib/platanus/stacked.rb', line 15

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