Class: Vindi::Generators::CheckoutGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/vindi/checkout_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_checkout_templatesObject



12
13
14
15
# File 'lib/generators/vindi/checkout_generator.rb', line 12

def copy_checkout_templates
  copy_file "_form.html.erb", "app/views/vindi/checkout/_form.html.erb"
  copy_file "checkout_controller.js", "app/javascript/controllers/vindi_checkout_controller.js"
end