lib/cloud_crowd/action.rb in documentcloud-cloud-crowd-0.0.1 vs lib/cloud_crowd/action.rb in documentcloud-cloud-crowd-0.0.2

- old
+ new

@@ -32,10 +32,10 @@ end end # Each CloudCrowd::Action must implement a +process+ method. def process - raise NotImplementedError.new("CloudCrowd::Actions must override 'run' with their own processing code.") + raise NotImplementedError.new("CloudCrowd::Actions must override 'process' with their own processing code.") end # Download a file to the specified path using curl. def download(url, path) `curl -s "#{url}" > #{path}` \ No newline at end of file