class Rails::Generators::CredentialsGenerator

def add_credentials_file_silently(template = nil)

def add_credentials_file_silently(template = nil)
  unless credentials.content_path.exist?
    credentials.write(credentials_template)
  end
end