Commit 89b3859953f4dded44c1f8874d68d0ae41a4ae2b

Authored by Braulio Bhavamitra
1 parent 03c4d8cf

rails4: convert to string

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/delayed_attachment_fu.rb
... ... @@ -44,7 +44,7 @@ module DelayedAttachmentFu
44 44 size = nil
45 45 end
46 46 if !self.thumbnailable? || self.thumbnails_processed || force
47   - super(size)
  47 + super(size.to_s)
48 48 else
49 49 size ||= 'thumb'
50 50 '/images/icons-app/image-loading-%s.png' % size
... ...