mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] correcting sentence in description of application.rb
Adding period in the end.
This commit is contained in:
parent
86071a4049
commit
638121ffb3
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ module Rails
|
|||
# the configuration.
|
||||
#
|
||||
# If you decide to define rake tasks, runners, or initializers in an
|
||||
# application other than +Rails.application+, then you must run those
|
||||
# these manually.
|
||||
# application other than +Rails.application+, then you must run them manually.
|
||||
class Application < Engine
|
||||
autoload :Bootstrap, 'rails/application/bootstrap'
|
||||
autoload :Configuration, 'rails/application/configuration'
|
||||
|
|
Loading…
Reference in a new issue