Skip to content

Instantly share code, notes, and snippets.

@aviflombaum
Created February 26, 2013 23:21
Show Gist options
  • Save aviflombaum/8bf2cf97249aa5bdb4ac to your computer and use it in GitHub Desktop.
Save aviflombaum/8bf2cf97249aa5bdb4ac to your computer and use it in GitHub Desktop.
task :process_repos do
Repo.all(:status => :new).each do |r|
r.get_locations
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment