Skip to content

Commit

Permalink
Fix module require
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Sep 12, 2024
1 parent 19e7f46 commit 4b29460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/action_cable/subscription_adapter/solid_cable.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# frozen_string_literal: true

require "action_cable/subscription_adapter/base"
require "action_cable/subscription_adapter/channel_prefix"

module ActionCable
module SubscriptionAdapter
class SolidCable < ::ActionCable::SubscriptionAdapter::Base
prepend ChannelPrefix
prepend ::ActionCable::SubscriptionAdapter::ChannelPrefix

def initialize(*)
super
Expand Down

0 comments on commit 4b29460

Please sign in to comment.