Skip to content

Instantly share code, notes, and snippets.

@RubyRonin
Created May 19, 2014 06:14
Show Gist options
  • Save RubyRonin/c7cc4181b9c0db7a7a7b to your computer and use it in GitHub Desktop.
Save RubyRonin/c7cc4181b9c0db7a7a7b to your computer and use it in GitHub Desktop.
like this?
Rails.configuration.stripe = {
:publishable_key => ['pk_foo'],
:secret_key => ['sk_bar']
}
Stripe.api_key = Rails.configuration.stripe[:secret_key]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment