sqm-dashboards/app/channels/application_cable/connection.rb
Jared Cosulich 6ad1caf3cd first commit
2017-02-23 12:52:56 -05:00

4 lines
85 B
Ruby

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