config.ru 150 Bytes
Newer Older
1 2 3 4 5 6
# frozen_string_literal: true

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

run ActionCable.server