Sha256: 42f39b078aae7ec58de0e848a7a6e3418f2438aee8c88d05d50171a6d4141ecd

Contents?: true

Size: 300 Bytes

Versions: 11

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module RailsSpotlight
  module Channels
    SPOTLIGHT_CHANNEL = 'RailsSpotlight::Channels::SpotlightChannel'.freeze # rubocop:disable Style/RedundantFreeze
    autoload(:SpotlightChannel, 'rails_spotlight/channels/spotlight_channel') if defined?(ActionCable)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rails_spotlight-0.4.2 lib/rails_spotlight/channels.rb
rails_spotlight-0.4.1 lib/rails_spotlight/channels.rb
rails_spotlight-0.4.0 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.9 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.8 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.7 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.6 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.5 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.4 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.3 lib/rails_spotlight/channels.rb
rails_spotlight-0.3.2 lib/rails_spotlight/channels.rb