# 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