Fixes Indentation

This commit is contained in:
Muhammad Nawzad 2023-11-16 14:36:12 +03:00
parent c4a2af54e7
commit f95b047efe
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -12,7 +12,7 @@ require_relative 'schemable/request_schema_generator'
# It includes classes for generating attribute, relationship, included, response, and request schemas.
# It also provides a configuration class for setting up the module's behavior.
#
# @example:
# @example
# The following example shows how to use the Schemable module to generate a schema for a Comment model.
#
# # config/initializers/schemable.rb
@ -29,7 +29,6 @@ require_relative 'schemable/request_schema_generator'
# # spec/swagger_helper.rb
# # ...
# RSpec.configure do |config|
# # ...
#
# config.swagger_docs = {
# # ...