Add some comments to swagger_rails initializer

This commit is contained in:
domaindrivendev
2016-04-06 17:19:54 -07:00
parent 63861a3940
commit 0cf86cb5bf
5 changed files with 6 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
SwaggerRails.configure do |c|
# Define the swagger documents you'd like to expose and provide global metadata
# Define your swagger documents and provide global metadata
# Describe actual operations in your spec/test files
c.swagger_doc 'v1/swagger.json' do
{
info: {