module ContentfulModel::Associations::HasManyNested
Module for Has Many Nested association
Public Class Methods
included(base)
click to toggle source
# File lib/contentful_model/associations/has_many_nested.rb, line 5 def self.included(base) base.extend ClassMethods end