Method: CloudspaceChatService::Generators::InstallGenerator#copy_config_file

Defined in:
lib/generators/cloudspace_chat_service/install_generator.rb

#copy_config_fileObject

Creates the config file Commented out until the config actually has information



34
35
36
# File 'lib/generators/cloudspace_chat_service/install_generator.rb', line 34

def copy_config_file
  copy_file "config.rb", "config/initializers/cloudspace_chat_service.rb"
end