Files
old-roraccounting/app/channels/application_cable/connection.rb
2019-06-20 20:48:19 +02:00

5 lines
85 B
Ruby

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