jsonapi_compliable 0.11.10 → 0.11.11
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87c1614d2e8e0d154e7b6fc72dc1e265d483b188
|
4
|
+
data.tar.gz: a2b71589de0e023f98464f9ca85dfdd18187366b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87738721fc6c3b2b2ce6c4805a8e531b82fb6f9fdadf35352d814a885300bab28df5d166c0781ceb4de7c6d051fad29a0326d5d23a974574ffb33d75ed79b072
|
7
|
+
data.tar.gz: 1fd0b2e0e7cccd04004332c187e348790463b0603cc6d611d652653b16434ef488702be1830a5cf906661678d581886195ba5ae1050577ebc568ae318f34a984
|
@@ -58,7 +58,7 @@ module JsonapiCompliable
|
|
58
58
|
parent.association(association_name).loaded!
|
59
59
|
relevant_child = children.find { |c| c.send(foreign_key) == parent.send(primary_key) }
|
60
60
|
next unless relevant_child
|
61
|
-
parent.
|
61
|
+
parent.send(:"#{association_name}=", relevant_child)
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsonapi_compliable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lee Richmond
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-05-
|
12
|
+
date: 2018-05-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: jsonapi-serializable
|