Sign in

kpeclipse@up.edu.ph / auto-logs-api · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • auto-logs-api
  • app
  • channels
  • application_cable
  • connection.rb
  • OJT21-52: Init base api
    d650a670
    Samson Rollo Jr authored
    2021-07-30 15:42:55 +0800  
    Browse File »
connection.rb 85 Bytes
Raw Blame History Permalink
1 2 3 4
module ApplicationCable
  class Connection < ActionCable::Connection::Base
  end
end