Skip to content

Commit

Permalink
Reference top level class. Fixes #376
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 22, 2024
1 parent 4ee966d commit cc0dc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/channels/noticed/notification_channel.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Noticed
class NotificationChannel < ApplicationCable::Channel
class NotificationChannel < ::ApplicationCable::Channel
def subscribed
stream_for current_user
end
Expand Down

0 comments on commit cc0dc2a

Please sign in to comment.