Skip to content

Instantly share code, notes, and snippets.

@groony
Created July 4, 2018 14:41
Show Gist options
  • Save groony/c8405ac3f9afb3691d57c7f02826c391 to your computer and use it in GitHub Desktop.
Save groony/c8405ac3f9afb3691d57c7f02826c391 to your computer and use it in GitHub Desktop.
outer_schema = ::Dry::Validation.Schema(::Dry::Validation::Schema::Params) do
required(:announcement).filled(:str?)
required(:title).filled(:str?)
end
schema(outer_schema: outer_schema)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment