Sha256: 77623ade872a9fa2652f49d4f0ce89764db3326917adb375c3f016c0d18f0cb2
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
module Stripe class InstallGenerator < ::Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "copy plans.rb" def copy_plans_file copy_file "plans.rb", "config/stripe/plans.rb" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stripe-rails-0.2.0 | lib/generators/stripe/install_generator.rb |
stripe-rails-0.1.0 | lib/generators/stripe/install_generator.rb |