lib/paradocs.rb in paradocs-1.0.23 vs lib/paradocs.rb in paradocs-1.0.24
- old
+ new
@@ -20,10 +20,11 @@
def self.config
@config ||= OpenStruct.new(
explicit_errors: false,
whitelisted_keys: [],
default_schema_name: :schema,
- meta_prefix: "_"
+ meta_prefix: "_",
+ whitelist_coercion: nil
)
end
def self.configure
yield self.config if block_given?