mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Doc fix [ci skip]
This commit is contained in:
parent
b7e8a109b1
commit
929552edba
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module ActiveSupport
|
||||
# Wrapping a string in this class gives you a prettier way to test
|
||||
# for equality. The value returned by <tt>Rails.env</tt> is wrapped
|
||||
# in a StringInquirer object so instead of calling this:
|
||||
# in a StringInquirer object, so instead of calling this:
|
||||
#
|
||||
# Rails.env == 'production'
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue