Updated

app/channels/application_cable / channel.rb

A
4 lines of codes
0 methods
N/A complexity/method
1 churn
0.0 complexity
0 duplications
module ApplicationCable class Channel < ActionCable::Channel::Base
  1. ApplicationCable::Channel has no descriptive comment
end end