# File lib/dragonfly/job.rb, line 142 def apply open(url) do |f| job.update(f.read, :name => filename) end end
# File lib/dragonfly/job.rb, line 139 def filename @filename ||= File.basename(path) if path[/[^\/]$/] end
# File lib/dragonfly/job.rb, line 130 def init job.url_attrs[:name] = filename end
Generated with the Darkfish Rdoc Generator 2.