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