Skip to content

Commit 4c323bc

Browse files
ortadmathieu
authored andcommitted
added .'s to headings in the initialization textile page
1 parent 9bf5cdd commit 4c323bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

railties/guides/source/initialization.textile

+2-3
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,7 @@ The next line in +config/application.rb+ is:
478478
require 'rails/all'
479479
</ruby>
480480

481-
h4 +railties/lib/rails/all.rb+
482-
481+
h4. +railties/lib/rails/all.rb+
483482

484483
This file is responsible for requiring all the individual parts of Rails like so:
485484

@@ -591,7 +590,7 @@ h4. +activesupport/lib/active_support/deprecation/behaviors.rb+
591590

592591
This file defines the behavior of the +ActiveSupport::Deprecation+ module, setting up the +DEFAULT_BEHAVIORS+ hash constant which contains the three defaults to outputting deprecation warnings: +:stderr+, +:log+ and +:notify+. This file begins by requiring +activesupport/notifications+ and +activesupport/core_ext/array/wrap+.
593592

594-
h4 +activesupport/lib/active_support/notifications.rb+
593+
h4. +activesupport/lib/active_support/notifications.rb+
595594

596595
TODO: document +ActiveSupport::Notifications+.
597596

0 commit comments

Comments
 (0)