recorder 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/recorder/tape.rb +1 -1
- data/lib/recorder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e387f861fb5b2a95c2fa66d320f9936f8847e0b
|
4
|
+
data.tar.gz: f86308f06e0e8b64454403aa21f0e97134f1260f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59f5cf0cc7900f4e8830367c54cab2ccd618d57e56eb0b13a45dd95e5475d03c66a3dd1760a1edaa60619b7f6c38c6fe7c2d449c0161a9d9813d2cec45358be2
|
7
|
+
data.tar.gz: c2a0a8b5594d423ba349265f011610e9600e5631fae4a949d4322db6a4e6ce096de2abc334162a8da2700c12e7afcd6269ddba66a5521eb2bae8eca112d1abad
|
data/lib/recorder/tape.rb
CHANGED
@@ -77,7 +77,7 @@ module Recorder
|
|
77
77
|
end
|
78
78
|
|
79
79
|
def parse_associations_attributes(event)
|
80
|
-
if self.item.recorder_options[:associations].
|
80
|
+
if self.item.recorder_options[:associations].present?
|
81
81
|
self.item.recorder_options[:associations].inject({}) do |hash, association|
|
82
82
|
reflection = self.item.class.reflect_on_association(association)
|
83
83
|
if reflection.present?
|
data/lib/recorder/version.rb
CHANGED