1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip]Fix wrong require path raising LoadError

This commit is contained in:
willnet 2016-05-29 23:22:53 +09:00
parent c49409fac8
commit 5693e54287

View file

@ -619,7 +619,7 @@ basic setup is as follows:
```ruby
# cable/config.ru
require_relative 'config/environment'
require_relative '../config/environment'
Rails.application.eager_load!
run ActionCable.server