a9d3cbe544
frozen_string_literal and single quote strings
7 lines
110 B
Ruby
7 lines
110 B
Ruby
# frozen_string_literal: true
|
|
|
|
module ApplicationCable
|
|
class Channel < ActionCable::Channel::Base
|
|
end
|
|
end
|