para 0.7.3.p2 → 0.7.3.p3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/para/attribute_field/has_many.rb +1 -1
- data/lib/para/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbd816622c044a6112a86d8d0489ee7c619e3b28
|
4
|
+
data.tar.gz: bf14a160e55b7746041ac2f30045957f5ddbea21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35b297477e2b8dc53ff0f37258393d820c820eac4ea5625d6d3fbeed33e31d3939d66a09d1072cc50bdf29e139e78146cece278e86cfbe8fd1bdc54b9406b8d4
|
7
|
+
data.tar.gz: 6b409d21f40cabeb7129a9097e253d10b026b432d4ea44b7a3c79eb1d2ae573ea052b5da75213f23e750fc19376fca8bc84b277cf5074c24fb7164ef6fda95eb
|
@@ -39,7 +39,7 @@ module Para
|
|
39
39
|
if through_reflection && through_reflection.klass.orderable?
|
40
40
|
assign_ordered_through_reflection_ids(through_reflection, resource, ids)
|
41
41
|
else
|
42
|
-
resource.
|
42
|
+
resource.send(:"#{plural_foreign_key}=", ids)
|
43
43
|
end
|
44
44
|
end
|
45
45
|
|
data/lib/para/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: para
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.3.
|
4
|
+
version: 0.7.3.p3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Valentin Ballestrino
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|