module Schema::Associations::HasMany
Schema::Associations::HasMany
is used to create a list nested schema objects
Public Class Methods
included(base)
click to toggle source
# File lib/schema/associations/has_many.rb, line 7 def self.included(base) base.extend ClassMethods end