# 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
# File lib/dragonfly/job.rb, line 91 def arguments args[1..-1] end
Generated with the Darkfish Rdoc Generator 2.