technobrain/swagger_codegen_rails

View on GitHub
lib/swagger_codegen_rails/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SwaggerCodegenRails
  module Base
    def concern_dir
      SwaggerCodegenRails.configuration.concern_dir
    end

    def schema_dir
      SwaggerCodegenRails.configuration.schema_dir
    end
  end
end