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