Skip to content

Instantly share code, notes, and snippets.

@russ
Created October 3, 2011 20:50
Show Gist options
  • Save russ/1260211 to your computer and use it in GitHub Desktop.
Save russ/1260211 to your computer and use it in GitHub Desktop.
namespace :welcome do
task :users do
# Short running process
Users.limit(10).each do |user|
user.welcome
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment