1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-02 16:58:45 +09:00
whippy-edition/app/channels/application_cable/channel.rb

5 lines
79 B
Ruby
Raw Normal View History

2016-08-18 22:49:51 +09:00
module ApplicationCable
class Channel < ActionCable::Channel::Base
end
end