Sha256: f2b08d3b76af0f6a2c567a8c7fac68e31b7785c3ed6819bec9d22d60682124bc
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
module SolidusPaypalBraintree module Generators class InstallGenerator < Rails::Generators::Base def install_braintree run 'bin/rails g solidus_braintree:install --auto_run_migrations=true' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_paypal_braintree-2.0.0 | lib/generators/solidus_paypal_braintree/install/install_generator.rb |