We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fb16b commit 565b665Copy full SHA for 565b665
CHANGELOG.md
@@ -10,6 +10,7 @@
10
### Bug fixes
11
12
* Fix missing new_ostruct_member in Ruby 2.7 ([#255](https://github.com/railsconfig/config/pull/255))
13
+* Fix validation contract documentation ([#260](https://github.com/railsconfig/config/pull/260))
14
15
### Changes
16
README.md
@@ -321,7 +321,7 @@ class ConfigContract < Dry::Validation::Contract
321
end
322
323
Config.setup do |config|
324
- config.validation_contract = ConfigContract
+ config.validation_contract = ConfigContract.new
325
326
```
327
0 commit comments