richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.
MIT License
750 stars 150 forks source link

Accept success status #134

Closed dcarneiro closed 8 years ago

dcarneiro commented 8 years ago

On the dsl.rb there was a comparison ( == ) where it should be an assignment ( = )

richhollis commented 8 years ago

Ah yes - good spot. Thanks Daniel. Will bump the version shortly.