Fixed issue #2037: Restart of processes form application context fails.

This commit is contained in:
Thorsten Eckel 2018-05-22 18:40:39 +02:00
parent ebebfef8b1
commit 53ca6bd4c1

View file

@ -2,6 +2,9 @@ require File.expand_path('boot', __dir__)
require 'rails/all'
# DO NOT REMOVE THIS LINE - see issue #2037
Bundler.setup
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)