Sha256: 0e6ed2cb92d22cd5d0d3c3e087e8ea7e3a4ffb1556fe6601f7ddc908a9332558

Contents?: true

Size: 307 Bytes

Versions: 6

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

module RailsSpotlight
  module Channels
    autoload(:LiveConsoleChannel, 'rails_spotlight/channels/live_console_channel') if defined?(ActionCable)
    autoload(:RequestCompletedChannel, 'rails_spotlight/channels/request_completed_channel') if defined?(ActionCable)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails_spotlight-0.2.5 lib/rails_spotlight/channels.rb
rails_spotlight-0.2.4 lib/rails_spotlight/channels.rb
rails_spotlight-0.2.3 lib/rails_spotlight/channels.rb
rails_spotlight-0.2.2 lib/rails_spotlight/channels.rb
rails_spotlight-0.2.1 lib/rails_spotlight/channels.rb
rails_spotlight-0.2.0 lib/rails_spotlight/channels.rb