diff --git a/app/channels/hotwire/livereload/reload_channel.rb b/app/channels/hotwire/livereload/reload_channel.rb index 059e6a6..9b7276f 100644 --- a/app/channels/hotwire/livereload/reload_channel.rb +++ b/app/channels/hotwire/livereload/reload_channel.rb @@ -1,5 +1,3 @@ -return if Hotwire::Livereload::Engine.config.hotwire_livereload.reload_method == :turbo_stream - class Hotwire::Livereload::ReloadChannel < ActionCable::Channel::Base def subscribed stream_from "hotwire-reload"