site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

channel.rb (79B)


      1 module ApplicationCable
      2   class Channel < ActionCable::Channel::Base
      3   end
      4 end