dragonfly
dragonfly copied to clipboard
undefined method thumb with fetch_url
trafficstars
Using Dragonfly.app.fetch_url(remote_src).url works fine, but I need to use thumb:
Dragonfly.app(:refinery).fetch_url(remote_src).thumb('750x443#').url
which gives:
NoMethodError: undefined method `thumb' for #<#<Class:0x007fea472deef0>:0x007fea43419be8>
Dragonfly 1.0.12
do you have the imagemagick plugin configured? http://markevans.github.io/dragonfly/imagemagick/
Yep :-/