Commit 0f5b14d7 authored by Tiger Watson's avatar Tiger Watson

Merge branch 'ld-fix-typo-in-migration-style-guide' into 'master'

Fix validates example in DB migration styleguide

See merge request gitlab-org/gitlab!35821
parents b0dbd651 83a1551d
......@@ -814,7 +814,7 @@ When using a `JSONB` column, use the [JsonSchemaValidator](https://gitlab.com/gi
```ruby
class BuildMetadata
validates: :config_options, json_schema: { filename: 'build_metadata_config_option' }
validates :config_options, json_schema: { filename: 'build_metadata_config_option' }
end
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment