Class: Spree::InstallGenerator

Inherits:
Solidus::InstallGenerator show all
Defined in:
lib/generators/spree/install/install_generator.rb

Constant Summary

Constants inherited from Solidus::InstallGenerator

Solidus::InstallGenerator::CORE_MOUNT_ROUTE, Solidus::InstallGenerator::PAYMENT_METHODS

Instance Method Summary collapse

Methods inherited from Solidus::InstallGenerator

#add_files, #additional_tweaks, #complete, #configure_application, #create_database, #create_overrides_directory, #include_seed_data, #install_auth_plugin, #install_migrations, #install_payment_method, #install_routes, #load_sample_data, #plugin_install_preparation, #populate_seed_data, #prepare_options, #run_bundle_install_if_needed_by_plugins, #run_migrations, #setup_assets, source_paths

Instance Method Details



8
9
10
11
12
13
# File 'lib/generators/spree/install/install_generator.rb', line 8

def print_deprecation_warning
  puts " "
  puts "*" * 50
  puts "spree:install generator is deprecated, please use solidus:install."
  puts " "
end