Sha256: 0d59af10dc3876c54b8a6e7051559d33273a7337f0eecf4ecb54eadb79c80bca
Contents?: true
Size: 315 Bytes
Versions: 5
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module Saml module Kit module Translatable # @!visibility private def error_message(attribute, options = {}) default_options = { scope: "saml/kit.errors.#{name}" } I18n.translate(attribute, default_options.merge(options)) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems