Module: JsonApiClient::Associations::HasMany::ClassMethods
- Defined in:
- lib/json_api_client/associations/has_many.rb
Instance Method Summary collapse
Instance Method Details
#has_many(attr_name, options = {}) ⇒ Object
7 8 9 |
# File 'lib/json_api_client/associations/has_many.rb', line 7 def has_many(attr_name, = {}) self.associations = self.associations + [HasMany::Association.new(attr_name, self, )] end |