summaryrefslogtreecommitdiff
path: root/cable/config.ru
blob: 3b93c483ded1c1d4bf93fc53c656fb3101746e34 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

require ::File.expand_path('../../config/environment', __FILE__)
Rails.application.eager_load!

run ActionCable.server