1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix format of ActionController::Parameters#to_s doc [ci skip]

This commit is contained in:
yuuji.yaginuma 2017-07-01 09:52:01 +09:00
parent b38c370b0c
commit e3e3a61b9b

View file

@ -184,6 +184,7 @@ module ActionController
#
# :call-seq:
# to_s()
#
# Returns the content of the parameters as a string.
##