Merge pull request #416 from mynnx/docs-include-multiple-tags

Document using multiple tags
This commit is contained in:
Blake Erickson 2021-04-22 17:27:18 -06:00 committed by GitHub
commit a0680506e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ There is also a generator which can help get you started `rails generate rspec:s
path '/blogs/{id}' do
get 'Retrieves a blog' do
tags 'Blogs'
tags 'Blogs', 'Another Tag'
produces 'application/json', 'application/xml'
parameter name: :id, in: :path, type: :string