mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[Guides] Fix sample code
This commit is contained in:
parent
13612ae501
commit
07f73219c0
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ The +options[:config]+ value defaults to +config.ru+ which contains this:
|
|||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require ::File.expand_path('../config/environment', __FILE__)
|
||||
run YourApp::Application
|
||||
run <%= app_const %>
|
||||
</ruby>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue