Method: Solidus::InstallGenerator#install_subcomponents

Defined in:
lib/generators/solidus/install/install_generator.rb

#install_subcomponentsObject



170
171
172
173
174
# File 'lib/generators/solidus/install/install_generator.rb', line 170

def install_subcomponents
  apply_template_for :authentication, @selected_authentication
  apply_template_for :frontend, @selected_frontend
  apply_template_for :payment_method, @selected_payment_method
end