aboutsummaryrefslogtreecommitdiffstats
path: root/config.ru
blob: cbf22b47b2ecc076213f8af581be6f4d50c4a45e (plain)
1
2
3
4
5
6
7
require ::File.expand_path('../web/config/application',  __FILE__)
Rails.application.require_environment!

require ::File.expand_path('../worker/receiver',  __FILE__)

Receiver::Worker.new.start