Skip to content

Instantly share code, notes, and snippets.

@lmars
Created November 5, 2013 13:39
Show Gist options
  • Save lmars/7319141 to your computer and use it in GitHub Desktop.
Save lmars/7319141 to your computer and use it in GitHub Desktop.
Resque setup
namespace :resque do
task :setup do
ENV["MY_CUSTOM_KEY"] = "MY CUSTOM VALUE"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment