Skip to content

Commit

Permalink
fix: remove private rooms temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnaneJ committed May 19, 2023
1 parent 4c2056e commit 068893e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions app/views/rooms/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<div class="flex flex-col" id="rooms">
<%= render @rooms, room: @single_room %>
</div>
<%= turbo_stream_from "users" %>
<div class="flex flex-col" id="users">
<%= render @users, room: @single_room %>
</div>
</div>

<% if @single_room %>
Expand Down
12 changes: 0 additions & 12 deletions app/views/users/_user.html.erb

This file was deleted.

2 changes: 1 addition & 1 deletion config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ test:

production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") %>
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: chatapp_production

0 comments on commit 068893e

Please sign in to comment.