Sha256: bdeb109c9ad782689551836eabf394da12731e4de7f58688f7f7eddb1ea1d829

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

Stored size: 225 Bytes

Contents

require "stripe"

module NoCheckout::Stripe
  # Include the root Stripe namespace so developers can work
  # within these controllers without needing to ::Stripe::Customer.create
  # all over the place.
  include ::Stripe
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nocheckout-0.1.4 app/controllers/nocheckout/stripe.rb
nocheckout-0.1.3 app/controllers/nocheckout/stripe.rb