model_attachment 0.0.17 → 0.0.18
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.
- data/lib/model_attachment.rb +0 -1
- data/lib/model_attachment/version.rb +1 -1
- metadata +2 -2
data/lib/model_attachment.rb
CHANGED
|
@@ -244,7 +244,6 @@ module ModelAttachment
|
|
|
244
244
|
return if @temp_file.nil? or @temp_file == ""
|
|
245
245
|
options = self.class.attachment_options
|
|
246
246
|
|
|
247
|
-
puts "Path: #{full_path} Basename: #{basename} Extension: #{extension}"
|
|
248
247
|
log("Path: #{full_path} Basename: #{basename} Extension: #{extension}")
|
|
249
248
|
|
|
250
249
|
begin
|