Actions
Patch #8773
closedTypo in api_key_auth deprecation code
Description
Attached patch fixes the following error:
NameError (uninitialized constant ActiveSupport::Deprecaction): app/controllers/application_controller.rb:338:in `accept_key_auth'
Notice that "Deprecation" class name is misspelled.
Files
Actions