Nexmo / oas_parser

An open source Open API Spec 3 Definition Parser
MIT License
51 stars 16 forks source link

Load 'path' explicitly, because 'webhook' needs it #49

Closed ahx closed 4 years ago

ahx commented 4 years ago

I was getting an error uninitialized constant OasParser::Path. This should fix that.

mheap commented 4 years ago

Good catch! Thanks for the PR