Module: FrederickAPI::V2::Helpers::HasMany
- Extended by:
- ActiveSupport::Concern
- Included in:
- Resource
- Defined in:
- lib/frederick_api/v2/helpers/has_many.rb
Overview
HasMany association that supports returning a query builder instead of a simple array Allows querying of the association such as ‘contact_list.contacts.select(’properties.external_id’).all`
Defined Under Namespace
Modules: ClassMethods Classes: Association