2020-04-08 14:13:33 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require ::File.expand_path('../../config/environment', __FILE__)
|
|
|
|
Rails.application.eager_load!
|
|
|
|
|
2020-05-24 23:13:21 +05:30
|
|
|
ACTION_CABLE_SERVER = true
|
|
|
|
|
2020-06-23 00:09:42 +05:30
|
|
|
use ActionDispatch::RequestId
|
|
|
|
|
2020-04-08 14:13:33 +05:30
|
|
|
run ActionCable.server
|