New Rails app

This commit is contained in:
Kevin McConnell
2024-06-21 13:19:56 +01:00
commit 564a0f48ae
80 changed files with 1537 additions and 0 deletions
@@ -0,0 +1,13 @@
require "test_helper"
module ApplicationCable
class ConnectionTest < ActionCable::Connection::TestCase
# test "connects with cookies" do
# cookies.signed[:user_id] = 42
#
# connect
#
# assert_equal connection.user_id, "42"
# end
end
end