Sha256: 5c6f6129a2b5e32de8f0f8c0b7735f02635bcf1d4cb06226f74f0ae9e32e031a
Contents?: true
Size: 412 Bytes
Versions: 136
Compression:
Stored size: 412 Bytes
Contents
module BulletTrain module Integrations module Stripe class Engine < ::Rails::Engine initializer "bullet_train.integrations.stripe.register_template_path" do |app| # Register the base path of this package with the Super Scaffolding engine. BulletTrain::SuperScaffolding.template_paths << File.expand_path("../../../../..", __FILE__) end end end end end
Version data entries
136 entries across 136 versions & 1 rubygems