Files
nemo_encoder/app/channels/application_cable/channel.rb
2017-01-19 14:18:29 +06:30

5 lines
79 B
Ruby

module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end