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

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

ACTION_CABLE_SERVER = true

run ActionCable.server