initial commit (rails new sharedlists)

This commit is contained in:
JuliusR 2021-12-18 10:31:37 +01:00
commit 70ebeb473d
93 changed files with 8700 additions and 0 deletions

View file

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

View file

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