# File lib/dragonfly/job.rb, line 94 def apply raise NothingToEncode, "Can't encode because temp object has not been initialized. Need to fetch first?" unless job.temp_object content, meta = job.app.encoder.encode(job.temp_object, format, *arguments) job.update(content, (meta || {}).merge(:format => format)) end