Skip to content

Instantly share code, notes, and snippets.

@christopherstyles
Created July 27, 2014 21:42
Show Gist options
  • Select an option

  • Save christopherstyles/6f85a8a7f02d40d1965f to your computer and use it in GitHub Desktop.

Select an option

Save christopherstyles/6f85a8a7f02d40d1965f to your computer and use it in GitHub Desktop.
Calling services from a rake task
namespace :archive do
task :users do
users.each do |user|
UnsubscribeUserFromList.call(user)
ArchiveUserComments.call(user)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment