mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-22 22:26:41 +00:00
Removes factory bot option
This commit is contained in:
parent
561a90953b
commit
86460aec57
@ -11,7 +11,6 @@ module Schemable
|
|||||||
:decimal_as_string,
|
:decimal_as_string,
|
||||||
:pagination_enabled,
|
:pagination_enabled,
|
||||||
:custom_type_mappers,
|
:custom_type_mappers,
|
||||||
:disable_factory_bot,
|
|
||||||
:use_serialized_instance,
|
:use_serialized_instance,
|
||||||
:custom_defined_enum_method,
|
:custom_defined_enum_method,
|
||||||
:enum_prefix_for_simple_enum,
|
:enum_prefix_for_simple_enum,
|
||||||
@ -28,7 +27,6 @@ module Schemable
|
|||||||
@custom_type_mappers = {}
|
@custom_type_mappers = {}
|
||||||
@pagination_enabled = true
|
@pagination_enabled = true
|
||||||
@decimal_as_string = false
|
@decimal_as_string = false
|
||||||
@disable_factory_bot = true
|
|
||||||
@use_serialized_instance = false
|
@use_serialized_instance = false
|
||||||
@custom_defined_enum_method = nil
|
@custom_defined_enum_method = nil
|
||||||
@custom_meta_response_schema = nil
|
@custom_meta_response_schema = nil
|
||||||
|
|||||||
@ -4,7 +4,6 @@ module Schemable
|
|||||||
attr_accessor float_as_string: bool
|
attr_accessor float_as_string: bool
|
||||||
attr_accessor decimal_as_string: bool
|
attr_accessor decimal_as_string: bool
|
||||||
attr_accessor pagination_enabled: bool
|
attr_accessor pagination_enabled: bool
|
||||||
attr_accessor disable_factory_bot: bool
|
|
||||||
attr_accessor use_serialized_instance: bool
|
attr_accessor use_serialized_instance: bool
|
||||||
attr_accessor custom_defined_enum_method: Symbol?
|
attr_accessor custom_defined_enum_method: Symbol?
|
||||||
attr_accessor enum_prefix_for_simple_enum: String?
|
attr_accessor enum_prefix_for_simple_enum: String?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user