Module: Schema::Associations::HasMany
- Defined in:
- lib/schema/associations/has_many.rb
Overview
Schema::Associations::HasMany is used to create a list nested schema objects
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/schema/associations/has_many.rb', line 7 def self.included(base) base.extend ClassMethods end |