Inital commit, hello world status

This commit is contained in:
2022-01-13 15:47:44 -05:00
commit c34f53ed01
80 changed files with 1258 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module ApplicationCable
class Connection < ActionCable::Connection::Base
end
end