clean up ruby sample, remove commented code, bug fix

This commit is contained in:
William Cheng
2015-05-18 04:30:26 +08:00
parent 01423d4a6b
commit 05ac516ffa
10 changed files with 6 additions and 560 deletions

View File

@@ -72,7 +72,7 @@ public class RubyClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("swagger/response.mustache", "", "lib/swagger/response.rb"));
supportingFiles.add(new SupportingFile("swagger/version.mustache", "", "lib/swagger/version.rb"));
supportingFiles.add(new SupportingFile("swagger/configuration.mustache", "", "lib/swagger/configuration.rb"));
supportingFiles.add(new SupportingFile("base_object.mustache", "", "lib/model/base_object.rb"));
supportingFiles.add(new SupportingFile("base_object.mustache", "", "models/base_object.rb"));
}
@Override