lib/generators/solid_cable/install/templates/config/cable.yml in solid_cable-2.0.2 vs lib/generators/solid_cable/install/templates/config/cable.yml in solid_cable-3.0.0

- old
+ new

@@ -1,4 +1,8 @@ +# Async adapter only works within the same process, so for manually triggering cable updates from a console, +# and seeing results in the browser, you must do so from the web console (running inside the dev process), +# not a terminal started via bin/rails console! Add "console" to any action or "<%= console %>" in any view +# to make the web console appear. development: adapter: async test: adapter: test