Fixes rubocop offenses

This commit is contained in:
Muhammad Nawzad 2023-11-17 20:58:06 +03:00
parent 9b7c7d492f
commit 9aba52bca4
No known key found for this signature in database
GPG Key ID: B954B6AAE33940B2

View File

@ -41,7 +41,6 @@ Schemable.configure do |config|
#
# config.infer_attributes_from_custom_method = nil
# If you want to get the list of attributes from the jsonapi-rails gem's
# JSONAPI::Serializable::Resource class, set this option to true.
# It uses the attribute_blocks method to get the list of attributes.
@ -66,7 +65,6 @@ Schemable.configure do |config|
#
# config.custom_defined_enum_method = nil
# If you use mongoid and simple_enum gem, you can set the below options to the prefix and suffix
# Since simple_enum uses the prefix and suffix to generate the enum methods, and the fields' names
# are usually the enum name with the prefix and suffix, the gem will remove the prefix and suffix