Fix ActionCable load error due to custom inflection for middleware

This commit is contained in:
Sebastian Serth
2023-08-16 17:07:50 +02:00
parent 92cebbe4f1
commit 3b4fc0a5ec
3 changed files with 1 additions and 2 deletions

View File

@ -14,5 +14,4 @@
ActiveSupport::Inflector.inflections(:en) do |inflect|
inflect.acronym 'IO'
inflect.acronym 'WebSocket'
end