Module: StoreModel::NestedAttributes

Defined in:
lib/store_model/nested_attributes.rb

Overview

Contains methods for working with nested StoreModel::Model attributes.

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

:nodoc:



6
7
8
# File 'lib/store_model/nested_attributes.rb', line 6

def self.included(base) # :nodoc:
  base.extend ClassMethods
end