1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Rafael Mendonça França 2014-11-26 05:43:52 -02:00
parent 293ca2856b
commit a882c69e7b

View file

@ -47,7 +47,7 @@ module ActionController
# location = request.env["REMOTE_ADDR"]
# render plain: "This server hosted at #{location}"
# end
#
#
# == Parameters
#
# All request parameters, whether they come from a GET or POST request, or from the URL, are available through the params method