mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Formatting fix for example code
Just cleaning up the formatting of the example code here to format an inline bit of commentary as a comment. Before: ![](https://monosnap.com/file/Clso8IQGOWHU3o6cStbY5NaMPx3ysP.png) After: ![](https://monosnap.com/file/QdbKKvLAeiQ0RucppVYETvaWEstnOI.png) [ci skip]
This commit is contained in:
parent
8633567169
commit
6815ce0be7
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ module ActiveSupport
|
|||
#
|
||||
# PLANETS = %w(mercury venus earth mars jupiter saturn uranus neptune pluto)
|
||||
#
|
||||
# (In a later update, the original implementation of `PLANETS` has been removed.)
|
||||
# # (In a later update, the original implementation of `PLANETS` has been removed.)
|
||||
#
|
||||
# PLANETS_POST_2006 = %w(mercury venus earth mars jupiter saturn uranus neptune)
|
||||
# include ActiveSupport::Deprecation::DeprecatedConstantAccessor
|
||||
|
|
|
@ -113,7 +113,7 @@ module ActiveSupport
|
|||
#
|
||||
# PLANETS = %w(mercury venus earth mars jupiter saturn uranus neptune pluto)
|
||||
#
|
||||
# (In a later update, the original implementation of `PLANETS` has been removed.)
|
||||
# # (In a later update, the original implementation of `PLANETS` has been removed.)
|
||||
#
|
||||
# PLANETS_POST_2006 = %w(mercury venus earth mars jupiter saturn uranus neptune)
|
||||
# PLANETS = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('PLANETS', 'PLANETS_POST_2006')
|
||||
|
|
Loading…
Reference in a new issue