Sha256: 2bfdb1a889e0477625f0acb7c4ad9b6459f77a2a41c384e4e5a9c3406ea2bd0b
Contents?: true
Size: 281 Bytes
Versions: 19
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true # Inflections are used so that "SSO" can be used in the NulogySSO module name # with this exact casing and still allow rails to evaluate directory paths as nulogy_sso ActiveSupport::Inflector.inflections(:en) do |inflect| inflect.acronym "SSO" end
Version data entries
19 entries across 19 versions & 1 rubygems