add several inflections for zeitwerk compatibility
closes FOO-2456 flag=none TEST PLAN: 1) tests pass Change-Id: If2cdb68e69e9d2f5959afa66845a3f40e373cb5e Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/275448 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> QA-Review: Ethan Vizitei <evizitei@instructure.com> Product-Review: Ethan Vizitei <evizitei@instructure.com>
This commit is contained in:
parent
499865cdcb
commit
a6ba2f8856
|
@ -44,6 +44,7 @@ if CANVAS_ZEITWERK
|
|||
|
||||
Rails.autoloaders.each do |autoloader|
|
||||
autoloader.inflector.inflect(
|
||||
"api_array_serializer" => "APIArraySerializer",
|
||||
"api_serialization" => "APISerialization",
|
||||
"api_serializer" => "APISerializer",
|
||||
"basic_lti" => "BasicLTI",
|
||||
|
@ -55,11 +56,14 @@ if CANVAS_ZEITWERK
|
|||
"cc_exporter" => "CCExporter",
|
||||
"cc_worker" => "CCWorker",
|
||||
"dynamo_db" => "DynamoDB",
|
||||
"id_loader" => "IDLoader",
|
||||
"inst_fs" => "InstFS",
|
||||
"ldap" => "LDAP",
|
||||
"legacy_id_interface" => "LegacyIDInterface",
|
||||
"open_id_connect" => "OpenIDConnect",
|
||||
"saml" => "SAML",
|
||||
"sis" => "SIS",
|
||||
"sisid_loader" => "SISIDLoader",
|
||||
"ssl_common" => "SSLCommon",
|
||||
"turnitin_id" => "TurnitinID",
|
||||
"uk_federation" => "UKFederation",
|
||||
|
|
Loading…
Reference in New Issue