Class: TradoPaypalModule::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- TradoPaypalModule::Generators::ViewsGenerator
- Defined in:
- lib/generators/trado_paypal_module/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
6 7 8 9 |
# File 'lib/generators/trado_paypal_module/views_generator.rb', line 6 def copy_views copy_file 'carts/_paypal_checkout_fields.html.erb', "app/views/themes/#{Store.settings.theme.name}/carts/_paypal_checkout_fields.html.erb" puts "Copied to your #{Store.settings.theme.name} theme!" end |