wco_models 3.1.0.98 → 3.1.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/wco_email/message_stub.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68432c9fa2f3adfc44a984725755a6d4c24f8fb5d74f43d86105534123476bf9
|
|
4
|
+
data.tar.gz: 2b06c258ba1ce9398fca79563825afc6163773aaf504d50ea9358e26251c0ba1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c14b5ad9a168631385b65f112fa725f03f42e8b615f9c42d1496c0976fe0c2a6d723f2eb133ccb9c6554334f3578807cfd62fa213477c660963b3e62660a21b
|
|
7
|
+
data.tar.gz: 6dc918ba8b44f12b696614bfd4a127b0da3591f6f32ae58b623471742563f99d0a1fc02f38f5c42668d57d4b69bfc94175fc5d4d88446602bfd25cdf765848f5
|
|
@@ -140,10 +140,10 @@ class WcoEmail::MessageStub
|
|
|
140
140
|
@message.save
|
|
141
141
|
end
|
|
142
142
|
|
|
143
|
-
## Attachments
|
|
144
|
-
the_mail.attachments.each do |att|
|
|
145
|
-
|
|
146
|
-
end
|
|
143
|
+
## Attachments, which are parts (omit!)
|
|
144
|
+
# the_mail.attachments.each do |att|
|
|
145
|
+
# @message.save_attachment( att )
|
|
146
|
+
# end
|
|
147
147
|
|
|
148
148
|
if !@message.save
|
|
149
149
|
puts! @message.errors.full_messages.join(", "), "Could not save @message"
|