Add turbo
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
<%= turbo_stream_from @article %>
|
||||||
|
|
||||||
<p id="notice"><%= notice %></p>
|
<p id="notice"><%= notice %></p>
|
||||||
|
|
||||||
<%= render @article %>
|
<%= render @article %>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
development:
|
development:
|
||||||
adapter: redis
|
adapter: redis
|
||||||
url: redis://localhost:6379/1
|
url: redis://redis:6379/1
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: test
|
adapter: test
|
||||||
|
|||||||
Reference in New Issue
Block a user