aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index 2e9121167a..5cb11bc479 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -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