class Dry::Schema::Messages::YAML

def looked_up_paths(predicate, options)

Other tags:
    Api: - public

Returns:
  • (String) -

Parameters:
  • options (Hash) --
  • predicate (Symbol) --
def looked_up_paths(predicate, options)
  super.map { |path| path % {locale: options[:locale] || default_locale} }
end