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:
parent
c49409fac8
commit
5693e54287
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue