diff --git a/lib/templates/schemable.rb b/lib/templates/schemable.rb index 711be3c..ff7c59a 100644 --- a/lib/templates/schemable.rb +++ b/lib/templates/schemable.rb @@ -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