Skip to content

Instantly share code, notes, and snippets.

@jacqui
Created January 14, 2012 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacqui/1611875 to your computer and use it in GitHub Desktop.
Save jacqui/1611875 to your computer and use it in GitHub Desktop.
create a file in config/initializers/ called setup_api.rb
include CampaignCash
Base.api_key = "YOUR API KEY"
@jacqui
Copy link
Author

jacqui commented Jan 14, 2012

This way you don't have to write this stuff everytime you open a new rails console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment