Creacion de proyecto

This commit is contained in:
2024-09-11 20:13:56 -03:00
commit 205e238428
62 changed files with 1337 additions and 0 deletions

View File

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