Skip to content

Commit

Permalink
Fix zeitwerk loading (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov authored Jul 27, 2022
1 parent fc51206 commit 734b710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/channels/hotwire/livereload/reload_channel.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 734b710

Please sign in to comment.