Manuel Bustillo 8a164c70e2 Revert "Install Rails' authentication generator"
This reverts commit aa0986986f1b6544e918d3fd6af13336547feacd.
2024-11-30 10:44:23 +01:00

7 lines
123 B
Ruby

# Copyright (C) 2024 Manuel Bustillo
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end