Method: Solidus::InstallGenerator#complete

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

#completeObject



261
262
263
264
265
266
267
268
# File 'lib/generators/solidus/install/install_generator.rb', line 261

def complete
  unless options[:quiet]
    puts "*" * 50
    puts "Solidus has been installed successfully. You're all ready to go!"
    puts " "
    puts "Enjoy!"
  end
end