Sha256: 7088439fdefbfea60a081ffddec2ddac19c22918abc6dabbffdce9c12d176335
Contents?: true
Size: 250 Bytes
Versions: 5
Compression:
Stored size: 250 Bytes
Contents
Rails.application.config.stripe.publishable_key = ENV['STRIPE_PUBLISHIBLE_KEY'] class ActionController::Base # monkey patch bug with Stripe calling respond_to and Rails5 no longer has this. def self.respond_to(format) # do nothing end end
Version data entries
5 entries across 5 versions & 1 rubygems